Skip to content

Commit 4bf81bb

Browse files
committed
Minor change to <pre> etc font-family. Set {display:inline-block} only for audio[controls].
1 parent 410b484 commit 4bf81bb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

normalize.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ section {
2323
* Display not defined in IE6/7/8/9 & FF3
2424
*/
2525

26-
audio,
26+
audio[controls],
2727
canvas,
2828
video {
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,
174174
kbd,
175175
samp {
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+
370371
input[type="search"]::-webkit-search-decoration {
371372
-webkit-appearance: none;
372373
}

0 commit comments

Comments
 (0)