diff --git a/IPython/frontend/html/notebook/static/css/notebook.css b/IPython/frontend/html/notebook/static/css/notebook.css index 9396bf7..83f5577 100644 --- a/IPython/frontend/html/notebook/static/css/notebook.css +++ b/IPython/frontend/html/notebook/static/css/notebook.css @@ -9,6 +9,12 @@ body { overflow: hidden; } +blockquote { + border-left: 4px solid #DDD; + padding: 0 15px; + color: #777; +} + span#save_widget { padding: 5px; margin: 0px 0px 0px 300px;