diff options
Diffstat (limited to 'cosmo/bootstrap.css')
-rw-r--r-- | cosmo/bootstrap.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cosmo/bootstrap.css b/cosmo/bootstrap.css index 4824589b..506de913 100644 --- a/cosmo/bootstrap.css +++ b/cosmo/bootstrap.css @@ -5251,6 +5251,13 @@ div.subnav-fixed { -moz-border-radius: 0; border-radius: 0; } +.tabs-below > .nav-tabs > li > a, +.tabs-left > .nav-tabs > li > a, +.tabs-right > .nav-tabs > li > a { + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} .nav-pills > li > a { background-color: #dfdfdf; -webkit-border-radius: 0; |