add 1px to default top for subnav-fixed
authorThomas Park <thomas@thomaspark.me>
Sat, 9 Feb 2013 04:20:47 +0000 (23:20 -0500)
committerThomas Park <thomas@thomaspark.me>
Sat, 9 Feb 2013 04:20:47 +0000 (23:20 -0500)
css/bootswatch.css

index 229e496..40f31b0 100644 (file)
@@ -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 */