diff options
Diffstat (limited to 'simplex/bootswatch.less')
-rwxr-xr-x | simplex/bootswatch.less | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/simplex/bootswatch.less b/simplex/bootswatch.less index 4a4114b7..816829b5 100755 --- a/simplex/bootswatch.less +++ b/simplex/bootswatch.less @@ -23,7 +23,7 @@ hr { .navbar { .navbar-inner { - .box-shadow(inset 0 -1px #CFCACA); + .box-shadow(none); } .brand { @@ -142,9 +142,10 @@ div.subnav { .nav > li > a { padding: 14px 12px 10px; - color: @navbarText; border-left-color: transparent; border-right-color: transparent; + color: @navbarText; + font-weight: bold; &:hover { background-color: transparent; |