Merge pull request #279 from jayj/jayj-underscores-heading-spacing
Add spaces between heading selectors.
This commit is contained in:
commit
3c4b905086
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ textarea {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Headings */
|
/* Headings */
|
||||||
h1,h2,h3,h4,h5,h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
hr {
|
hr {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue