From fa55ba2b438beeaebbdcb17aacc76f2cec2b3940 Mon Sep 17 00:00:00 2001 From: MinRK Date: Thu, 14 Jun 2012 11:45:01 -0700 Subject: [PATCH] fix margin typo on output prompt --- IPython/frontend/html/notebook/static/css/notebook.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/frontend/html/notebook/static/css/notebook.css b/IPython/frontend/html/notebook/static/css/notebook.css index b2b904bd4..ecd38cc6d 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. */