sync
[bootswatch] / yeti / bootswatch.less
index 27e5551..4227c47 100644 (file)
@@ -1,8 +1,8 @@
-// Yeti 3.0.2
+// Yeti 3.0.3
 // Bootswatch
 // -----------------------------------------------------
 
-@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");
+@import url("//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");
 
 // Navbar =====================================================================
 
@@ -286,15 +286,27 @@ label,
        font-weight: 300;
        color: @gray-light;
 
-       > li,
+       > li {
+               > a,
+               > span {
+                       margin-left: 4px;
+                       color: @gray-light;
+               }
+       }
+
+       > .active {
+               > a,
+               > span {
+                       color: #fff;
+               }
+       }
+
        > li,
        > li:first-child,
        > li:last-child {
                > a,
                > span {
-                       margin-left: 4px;
                        border-radius: 3px;
-                       color: @gray-light;
                }
        }
 
@@ -386,3 +398,11 @@ label,
        font-size: 12px;
        font-weight: 300;
 }
+
+.panel {
+       &-heading,
+       &-footer {
+               border-top-right-radius: 0;
+               border-top-left-radius: 0;
+       }
+}