Skip to content

Commit

Permalink
Font size of "code, kbd, pre, samp" should always be 1em relative to …
Browse files Browse the repository at this point in the history
…parent.
  • Loading branch information
JohnAlbin committed Jan 20, 2014
1 parent 8e88ded commit f85edf8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
7 changes: 1 addition & 6 deletions _normalize.scss
Original file line number Diff line number Diff line change
Expand Up @@ -310,12 +310,7 @@ samp {
@if $legacy-support-for-ie6 {
_font-family: 'courier new', monospace;
}
@if $strict-normalize {
font-size: 1em;
}
@else {
@include adjust-font-size-to( $base-font-size );
}
font-size: 1em;
}

/**
Expand Down
1 change: 0 additions & 1 deletion tests/controls/font.css
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ pre,
samp {
font-family: monospace, serif;
font-size: 1em;
line-height: 1.5em;
}

/**
Expand Down
1 change: 0 additions & 1 deletion tests/controls/strict-normalize-false.css
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ pre,
samp {
font-family: monospace, serif;
font-size: 1em;
line-height: 1.5em;
}

/**
Expand Down

0 comments on commit f85edf8

Please sign in to comment.