2.2.2 -> 2.3.0
[bootswatch] / journal / bootswatch.less
index 39ca9a2..c5bfc6a 100755 (executable)
@@ -1,4 +1,4 @@
-// Journal 2.2.2
+// Journal 2.3.0
 // Bootswatch
 // -----------------------------------------------------
 
@@ -6,7 +6,7 @@
 // TYPOGRAPHY
 // -----------------------------------------------------
 
-@import url('https://fonts.googleapis.com/css?family=News+Cycle:400,700');
+@import url('//fonts.googleapis.com/css?family=News+Cycle:400,700');
 
 h1, h2, h3, h4, h5, h6 {
 
@@ -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,
@@ -327,4 +329,4 @@ legend {
        .nav > li.dropdown.open.active > a:hover {
                border-color: #e5e5e5;
        }
-}
\ No newline at end of file
+}