From 4bf81bb8246c3c63b8397ce980262fca5e2ff503 Mon Sep 17 00:00:00 2001 From: necolas Date: Tue, 31 May 2011 20:44:55 +0100 Subject: [PATCH] Minor change to
 etc font-family. Set
 {display:inline-block} only for audio[controls].

---
 normalize.css | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/normalize.css b/normalize.css
index 4f5a48b..bfe564f 100644
--- a/normalize.css
+++ b/normalize.css
@@ -23,7 +23,7 @@ section {
  * Display not defined in IE6/7/8/9 & FF3
  */
 
-audio,
+audio[controls],
 canvas,
 video {
     display: inline-block;
@@ -163,7 +163,7 @@ mark {
 }
 
 /*
- * Redeclare monospace font family to 
    elements
+ * Redeclare monospace font family for 
    elements
  *   en.wikipedia.org/wiki/User:Davidgothberg/Test59
  * 1. Fixes font family set oddly in S5 Chrome
  * 2. Fixes monospace font family set oddly in IE6
@@ -174,7 +174,7 @@ code,
 kbd,
 samp {
     font-family: monospace, monospace; /* 1 */
-    _font-family: 'Courier New', monospace, monospace; /* 2 */
+    _font-family: 'Courier New', monospace; /* 2 */
     font-size: 1em;
 }
 
@@ -367,6 +367,7 @@ input[type="search"] {
  * Remove WebKit search decoration
  * Addresses inner padding displaying oddly in S5 Chrome on OSX
  */
+
 input[type="search"]::-webkit-search-decoration {
     -webkit-appearance: none;
 }