diff --git a/IPython/frontend/html/notebook/static/css/notebook.css b/IPython/frontend/html/notebook/static/css/notebook.css
index b2b904b..ecd38cc 100644
--- a/IPython/frontend/html/notebook/static/css/notebook.css
+++ b/IPython/frontend/html/notebook/static/css/notebook.css
@@ -208,7 +208,7 @@ div.out_prompt_overlay:hover {
 div.output_prompt {
     color: darkred;
     /* 5px right shift to account for margin in parent container */
-    margin-left: 0 5px 0 -5px;
+    margin: 0 5px 0 -5px;
 }
 
 /* This class is the outer container of all output sections. */