diff options
| author | Mark Otto <[email protected]> | 2013-07-31 17:07:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-31 17:07:55 -0700 |
| commit | 4c27f3ce8018cab6340b8b801ee5e8f362fbe3d3 (patch) | |
| tree | ce7877d3595c38383485068ee8095600cb0f9c5d /dist/css/bootstrap.css | |
| parent | f43fa23ae0bacee23c19a65e39b96b3a21b9adf1 (diff) | |
| download | bootstrap-4c27f3ce8018cab6340b8b801ee5e8f362fbe3d3.tar.xz bootstrap-4c27f3ce8018cab6340b8b801ee5e8f362fbe3d3.zip | |
Run make on prev work
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; |
