diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-02-08 23:20:47 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-02-08 23:20:47 -0500 |
commit | c889a189f12d5b42d60a426badf9528e7a84aff4 (patch) | |
tree | 24ec93d67890c9077afceab2271698f1fb6626fe | |
parent | f750ad35ded1e976abb6f40d6f9ed4afe3be03d3 (diff) |
add 1px to default top for subnav-fixed
-rw-r--r-- | css/bootswatch.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/bootswatch.css b/css/bootswatch.css index 229e4965..40f31b0a 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 */ |