From c35d26ccc73c2f4105d0525762b6aad09e28ff8b 2012-06-14 18:45:01 From: MinRK Date: 2012-06-14 18:45:01 Subject: [PATCH] fix margin typo on output prompt --- 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. */