2.2.2 -> 2.3.0
[bootswatch] / journal / bootswatch.less
index 0f6a01b..c5bfc6a 100755 (executable)
@@ -1,4 +1,4 @@
-// Journal 2.2.2
+// Journal 2.3.0
 // Bootswatch
 // -----------------------------------------------------
 
@@ -171,9 +171,9 @@ hr {
 
 div.subnav {
 
+       margin: 0 1px;
        height: 54px;
-       background-color: @bodyBackground;
-       background-image: none;
+       background: @bodyBackground none;
        .box-shadow(none);
        border: 2px solid @grayLighter;
        border-left: none;
@@ -181,7 +181,9 @@ div.subnav {
        .border-radius(0);
 
        &.subnav-fixed {
-               top: @navbarHeight;
+               top: @navbarHeight + 1;
+               margin: 0;
+               border-top: none;
        }
 
        .nav > li > a,