diff options
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 28f8192d2..1d8885943 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2504,6 +2504,33 @@ button.close { background-color: #e5e5e5; } +.nav-justified { + width: 100%; +} + +.nav-justified > li { + display: table-cell; + float: none; + width: 1%; +} + +.nav-justified > li > a { + text-align: center; +} + +.nav-tabs-justified { + border-bottom: 0; +} + +.nav-tabs-justified > li > a { + margin-right: 0; + border-bottom: 1px solid #dddddd; +} + +.nav-tabs-justified > .active > a { + border-bottom-color: #ffffff; +} + .nav-tabs { border-bottom: 1px solid #dddddd; } @@ -2586,33 +2613,6 @@ button.close { margin-left: 0; } -.nav-justified { - width: 100%; -} - -.nav-justified > li { - display: table-cell; - float: none; - width: 1%; -} - -.nav-justified > li > a { - text-align: center; -} - -.nav-tabs-justified { - border-bottom: 0; -} - -.nav-tabs-justified > li > a { - margin-right: 0; - border-bottom: 1px solid #dddddd; -} - -.nav-tabs-justified > .active > a { - border-bottom-color: #ffffff; -} - .tabbable:before, .tabbable:after { display: table; |
