Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
  • Loading branch information
erdaltsksn authored Jan 3, 2019
commit bdecf9565e499566766d889c30d8f87cdb2879bb
11 changes: 1 addition & 10 deletions normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
========================================================================== */

Expand Down Expand Up @@ -102,6 +92,7 @@ strong {
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre,
code,
kbd,
samp {
Expand Down