From: Thomas Park Date: Sat, 9 Feb 2013 04:20:47 +0000 (-0500) Subject: add 1px to default top for subnav-fixed X-Git-Tag: v2.2.2+2~1 X-Git-Url: http://git.roojs.org/?p=bootswatch;a=commitdiff_plain;h=c889a189f12d5b42d60a426badf9528e7a84aff4 add 1px to default top for subnav-fixed --- diff --git a/css/bootswatch.css b/css/bootswatch.css index 229e496..40f31b0 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -371,7 +371,7 @@ body .one .bsa_it_p { @media (min-width: 980px) { .subnav-fixed { position: fixed; - top: 40px; + top: 41px; left: 0; right: 0; z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */