From ec9a68884659d5d080af8465a910c2dc5b16f6a6 Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Wed, 11 Jun 2014 23:09:04 -0700 Subject: [PATCH] Fix bad h1 top border commit --- source/stylesheets/screen.css.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/stylesheets/screen.css.scss b/source/stylesheets/screen.css.scss index 6eec37a..363cf82 100644 --- a/source/stylesheets/screen.css.scss +++ b/source/stylesheets/screen.css.scss @@ -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 {