Skip to content

Commit c054144

Browse files
committed
css(pre): combine pre and code, kbd, sample declarations
See necolas/normalize.css#773
1 parent e0499f0 commit c054144

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

modernize.css

+1-10
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,6 @@ hr {
5555
overflow: visible; /* 2 */
5656
}
5757

58-
/**
59-
* 1. Correct the inheritance and scaling of font size in all browsers.
60-
* 2. Correct the odd `em` font sizing in all browsers.
61-
*/
62-
63-
pre {
64-
font-family: monospace, monospace; /* 1 */
65-
font-size: 1em; /* 2 */
66-
}
67-
6858
/* Text-level semantics
6959
========================================================================== */
7060

@@ -101,6 +91,7 @@ strong {
10191
* 2. Correct the odd `em` font sizing in all browsers.
10292
*/
10393

94+
pre,
10495
code,
10596
kbd,
10697
samp {

0 commit comments

Comments
 (0)