fixes #69, subnav-fixed position tweaks
[bootswatch] / journal / bootstrap.css
index ba5b2af..6e43fcc 100644 (file)
@@ -5277,9 +5277,9 @@ hr {
   }
 }
 div.subnav {
+  margin: 0 1px;
   height: 54px;
-  background-color: #ffffff;
-  background-image: none;
+  background: #ffffff none;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
@@ -5291,7 +5291,8 @@ div.subnav {
   border-radius: 0;
 }
 div.subnav.subnav-fixed {
-  top: 60px;
+  top: 61px;
+  margin: 0;
 }
 div.subnav .nav > li > a,
 div.subnav .nav > li:first-child > a,