diff options
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 418a2663f..ba4966f9f 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2672,6 +2672,19 @@ button.close { text-align: center; } +.nav-tabs-justified { + border-bottom: 0; +} + +.nav-tabs-justified > li > a { + margin-right: 0; + border-bottom: 1px solid #ddd; +} + +.nav-tabs-justified > .active > a { + border-bottom-color: #ffffff; +} + .tabbable:before, .tabbable:after { display: table; |
