cosmo: changed web font to use https
[bootswatch] / cosmo / bootswatch.less
index fd57501..9a6af87 100644 (file)
@@ -6,7 +6,7 @@
 // TYPOGRAPHY
 // -----------------------------------------------------
 
-@import url('http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700');
+@import url('https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700');
 
 body {
        font-weight: 300;
@@ -111,7 +111,7 @@ div.subnav {
        background-color: @grayLight;
        background-image: none;
        .box-shadow(none);
-       border: none;
+       border-color: transparent;
        .border-radius(0);
 
        .nav {
@@ -119,13 +119,13 @@ div.subnav {
        }
 
        .nav > li > a {
-               border: none;
+               border-color: transparent;
        }
 
        .nav > .active > a {
-               padding-left: 12px;
-               border: none;
+               border-color: transparent;
                background-color: transparent;
+               // border-left-width: 2px;
                .box-shadow(none);
                color: @grayDarker;