From c889a189f12d5b42d60a426badf9528e7a84aff4 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Fri, 8 Feb 2013 23:20:47 -0500 Subject: [PATCH] add 1px to default top for subnav-fixed --- css/bootswatch.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.2