diff options
| author | Mark Otto <[email protected]> | 2013-08-02 09:42:50 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-02 09:42:50 -0700 |
| commit | 048e19b8921ff0cae8ade7ace7700f0563c1fb82 (patch) | |
| tree | 305b5181b8cea642971f4471706a05e2afe687dc /dist/css/bootstrap.css | |
| parent | 34e5c7542be4bf4792d77294a839f95815825f35 (diff) | |
| download | bootstrap-048e19b8921ff0cae8ade7ace7700f0563c1fb82.tar.xz bootstrap-048e19b8921ff0cae8ade7ace7700f0563c1fb82.zip | |
Fixes #8996: shift placement of justified CSS for nav component
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 22de1e417..a3ade6e5d 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2505,33 +2505,6 @@ 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; } @@ -2614,6 +2587,33 @@ 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; |
