diff --git a/IPython/frontend/html/notebook/static/css/boilerplate.css b/IPython/frontend/html/notebook/static/css/boilerplate.css index fc28a05..062faf6 100644 --- a/IPython/frontend/html/notebook/static/css/boilerplate.css +++ b/IPython/frontend/html/notebook/static/css/boilerplate.css @@ -70,10 +70,5 @@ select, input, textarea, button { font:99% sans-serif; } en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */ pre, code, kbd, samp { font-family: monospace, sans-serif; } -i { - font-variant: italic; -} - -b { - font-weight:bold; -} +em,i { font-style: italic; } +b,strong { font-weight: bold; } diff --git a/IPython/frontend/html/notebook/templates/projectdashboard.html b/IPython/frontend/html/notebook/templates/projectdashboard.html index 9b74d5c..da9def4 100644 --- a/IPython/frontend/html/notebook/templates/projectdashboard.html +++ b/IPython/frontend/html/notebook/templates/projectdashboard.html @@ -33,7 +33,7 @@ data-read-only={{read_only}}
Drag files - onto the list, or click here, to import + onto the list, or click here, to import notebooks.