fixes #69, subnav-fixed position tweaks
[bootswatch] / cosmo / bootstrap.css
index 79686ee..c7e283f 100644 (file)
@@ -5223,8 +5223,8 @@ a.text-success:hover {
   color: #080808;
 }
 div.subnav {
-  background-color: #dfdfdf;
-  background-image: none;
+  margin: 0 1px;
+  background: #dfdfdf none;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
@@ -5249,7 +5249,8 @@ div.subnav .nav > .active > a:hover {
   box-shadow: none;
 }
 div.subnav-fixed {
-  top: 50px;
+  top: 51px;
+  margin: 0;
 }
 .nav .open .dropdown-toggle,
 .nav  > li.dropdown.open.active > a:hover {