From 078e522e49036d5d1d5414f19768162f5a7f5fc2 2012-05-15 19:53:22 From: Matthias BUSSONNIER Date: 2012-05-15 19:53:22 Subject: [PATCH] replace b by strong for semantic, more change in boilerplate --- 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.