File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ section {
2323 * Display not defined in IE6/7/8/9 & FF3
2424 */
2525
26- audio ,
26+ audio [ controls ] ,
2727canvas ,
2828video {
2929 display : inline-block;
@@ -163,7 +163,7 @@ mark {
163163}
164164
165165/*
166- * Redeclare monospace font family to <pre> <code> <kbd> <samp> elements
166+ * Redeclare monospace font family for <pre> <code> <kbd> <samp> elements
167167 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
168168 * 1. Fixes font family set oddly in S5 Chrome
169169 * 2. Fixes monospace font family set oddly in IE6
@@ -174,7 +174,7 @@ code,
174174kbd ,
175175samp {
176176 font-family : monospace, monospace; /* 1 */
177- _font-family : 'Courier New' , monospace, monospace ; /* 2 */
177+ _font-family : 'Courier New' , monospace; /* 2 */
178178 font-size : 1em ;
179179}
180180
@@ -367,6 +367,7 @@ input[type="search"] {
367367 * Remove WebKit search decoration
368368 * Addresses inner padding displaying oddly in S5 Chrome on OSX
369369 */
370+
370371input [type = "search" ]::-webkit-search-decoration {
371372 -webkit-appearance : none;
372373}
You can’t perform that action at this time.
0 commit comments