diff options
| author | Mark Otto <[email protected]> | 2013-03-31 17:17:10 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-31 17:17:10 -0700 |
| commit | c5042e050e4f55f90ffa7ee28c84892e798f964f (patch) | |
| tree | 57d393c3fe714b30f8365d3c2c7fb67fe68651fc /docs/assets/css/bootstrap.css | |
| parent | 388a4c878db2a41d15f438632463dafb65e6e748 (diff) | |
| download | bootstrap-c5042e050e4f55f90ffa7ee28c84892e798f964f.tar.xz bootstrap-c5042e050e4f55f90ffa7ee28c84892e798f964f.zip | |
fix nav divider
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 750a68a99..b47250e82 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2789,7 +2789,7 @@ fieldset[disabled] .btn-link:focus { } .dropdown-menu .divider { - height: 1px; + height: 2px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; @@ -3289,7 +3289,7 @@ button.close { } .nav .divider { - height: 1px; + height: 2px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; @@ -3522,7 +3522,7 @@ button.close { } .navbar .nav > .divider { - height: 1px; + height: 2px; margin: 9px 0; overflow: hidden; background-color: #e1e1e1; |
