From bdecf9565e499566766d889c30d8f87cdb2879bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erdal=20TA=C5=9EKESEN?= Date: Thu, 3 Jan 2019 14:32:53 +0300 Subject: [PATCH] Combine `pre` and `code,kbd,sample` declarations why: Because two declaration have same properties. We don't need to define them twice. issue: close #772 --- normalize.css | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/normalize.css b/normalize.css index 192eb9ce4..724a7f9b2 100644 --- a/normalize.css +++ b/normalize.css @@ -56,16 +56,6 @@ hr { overflow: visible; /* 2 */ } -/** - * 1. Correct the inheritance and scaling of font size in all browsers. - * 2. Correct the odd `em` font sizing in all browsers. - */ - -pre { - font-family: monospace, monospace; /* 1 */ - font-size: 1em; /* 2 */ -} - /* Text-level semantics ========================================================================== */ @@ -102,6 +92,7 @@ strong { * 2. Correct the odd `em` font sizing in all browsers. */ +pre, code, kbd, samp {