mirror of
https://github.com/robsheldon/sscaffold-css.git
synced 2025-01-17 04:38:24 +01:00
Remove a redundant reset rule.
<h1> elements get their margins and font sizes handled by the default theme portion of the file.
This commit is contained in:
parent
67eb61247c
commit
c47787eb88
@ -78,14 +78,6 @@ template {
|
||||
}
|
||||
|
||||
|
||||
h1 {
|
||||
/* Fix the font size and margin on 'h1' elements in 'section' and
|
||||
'article' contexts in Chrome, Firefox, and Safari. [1] */
|
||||
font-size: 2em;
|
||||
margin: 0.67em 0;
|
||||
}
|
||||
|
||||
|
||||
hr {
|
||||
/* Add the correct box sizing in Firefox. [1] */
|
||||
box-sizing: content-box;
|
||||
|
Loading…
x
Reference in New Issue
Block a user