From 5a69760f54f69d6b1cf5e76d23dfeb0708baa13a Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Wed, 11 Jun 2014 22:04:08 -0700 Subject: [PATCH] Remove top border from first h1 of page --- source/stylesheets/screen.css.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/stylesheets/screen.css.scss b/source/stylesheets/screen.css.scss index f760f8f..6eec37a 100644 --- a/source/stylesheets/screen.css.scss +++ b/source/stylesheets/screen.css.scss @@ -294,6 +294,10 @@ html, body { ); } + h1:first-child, div:first-child + h1 { + border-top-width: 0; + } + h2 { @extend %header-font; font-size: 20px;