##// 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 70 en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
71 71 pre, code, kbd, samp { font-family: monospace, sans-serif; }
72 72
73 i {
74 font-variant: italic;
75 }
76
77 b {
78 font-weight:bold;
79 }
73 em,i { font-style: italic; }
74 b,strong { font-weight: bold; }
@@ -33,7 +33,7 b' data-read-only={{read_only}}'
33 33 <div id="notebook_toolbar">
34 34 <form id='alternate_upload' class='alternate_upload' >
35 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 37 notebooks.</span>
38 38 <input type="file" name="datafile" class="fileinput" multiple='multiple'>
39 39 </form>
General Comments 0
You need to be logged in to leave comments. Login now