diff options
| author | Mark Otto <[email protected]> | 2014-07-08 16:00:52 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-08 16:00:52 -0700 |
| commit | f05365f73be9725421c8697c7b73b736da8e6c6a (patch) | |
| tree | 1adf97161b362b7a681ed02ba306149a7fbb028b /dist/css/bootstrap.css | |
| parent | fd5a24dca0e2fe0993d76a024fbc16bfc6fd0aef (diff) | |
| download | bootstrap-f05365f73be9725421c8697c7b73b736da8e6c6a.tar.xz bootstrap-f05365f73be9725421c8697c7b73b736da8e6c6a.zip | |
rems: update breadcrumbs to use new sizing; improve variables by renaming @breadcrumb-separator to @breadcrumb-divider; change up colors
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 5aa77f5cf..d65594ad1 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2525,9 +2525,9 @@ tbody.collapse.in { margin-left: .25rem; vertical-align: middle; content: ""; - border-top: .25rem solid; - border-right: .25rem solid transparent; - border-left: .25rem solid transparent; + border-top: .3em solid; + border-right: .3em solid transparent; + border-left: .3em solid transparent; } .dropdown-toggle:focus { outline: 0; @@ -2634,7 +2634,7 @@ tbody.collapse.in { .navbar-fixed-bottom .dropdown .caret { content: ""; border-top: 0; - border-bottom: .25rem solid; + border-bottom: .3em solid; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { @@ -2749,11 +2749,11 @@ tbody.collapse.in { margin-left: 0; } .btn-lg .caret { - border-width: .25rem .25rem 0; + border-width: .3em .3em 0; border-bottom-width: 0; } .dropup .btn-lg .caret { - border-width: 0 .25rem .25rem; + border-width: 0 .3em .3em; } .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, @@ -3692,18 +3692,19 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { color: #444; } .breadcrumb { - padding: 8px 15px; + padding: .75rem 1rem; margin-bottom: 24px; list-style: none; - background-color: #f5f5f5; + background-color: #eceeef; border-radius: .2rem; } .breadcrumb > li { display: inline-block; } .breadcrumb > li + li:before { - padding: 0 5px; - color: #ccc; + padding-right: .5rem; + padding-left: .5rem; + color: #818a91; content: "/\00a0"; } .breadcrumb > .active { |
