diff options
Diffstat (limited to 'cosmo/bootswatch.less')
-rw-r--r-- | cosmo/bootswatch.less | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cosmo/bootswatch.less b/cosmo/bootswatch.less index fd57501b..2edfd978 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; |