##// END OF EJS Templates
replace b by strong for semantic, more change in boilerplate
Matthias BUSSONNIER -
Show More
@@ -70,10 +70,5 b' select, input, textarea, button { font:99% sans-serif; }'
70 en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
70 en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
71 pre, code, kbd, samp { font-family: monospace, sans-serif; }
71 pre, code, kbd, samp { font-family: monospace, sans-serif; }
72
72
73 i {
73 em,i { font-style: italic; }
74 font-variant: italic;
74 b,strong { font-weight: bold; }
75 }
76
77 b {
78 font-weight:bold;
79 }
@@ -33,7 +33,7 b' data-read-only={{read_only}}'
33 <div id="notebook_toolbar">
33 <div id="notebook_toolbar">
34 <form id='alternate_upload' class='alternate_upload' >
34 <form id='alternate_upload' class='alternate_upload' >
35 <span id="drag_info" style="position:absolute" >Drag files
35 <span id="drag_info" style="position:absolute" >Drag files
36 onto the list, or <b>click here</b>, to import
36 onto the list, or <strong>click here</strong>, to import
37 notebooks.</span>
37 notebooks.</span>
38 <input type="file" name="datafile" class="fileinput" multiple='multiple'>
38 <input type="file" name="datafile" class="fileinput" multiple='multiple'>
39 </form>
39 </form>
General Comments 0
You need to be logged in to leave comments. Login now