X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=cosmo%2Fbootswatch.less;h=2edfd978caf1f66e36695b83686c2ba8dc7bc629;hb=3fbd96aa33d90dba4722dd25cb689d2b93d7395c;hp=fd57501bae6aef91d9d3d8e43472b1e25a6c54fc;hpb=f5fd2840e0a08a2f6a9c71704842ca6d343a175a;p=bootswatch diff --git a/cosmo/bootswatch.less b/cosmo/bootswatch.less index fd57501..2edfd97 100644 --- a/cosmo/bootswatch.less +++ b/cosmo/bootswatch.less @@ -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;