Fix bad h1 top border commit

This commit is contained in:
Robert Lord 2014-06-11 23:09:04 -07:00
parent 4d4f6efeb8
commit ec9a688846

View file

@ -294,8 +294,10 @@ html, body {
);
}
h1:first-child, div:first-child + h1 {
border-top-width: 0;
&:first-child {
h1:first-child, div:first-child + h1 {
border-top-width: 0;
}
}
h2 {