diff options
| author | Mark Otto <[email protected]> | 2013-07-28 09:37:10 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-28 09:37:10 -0700 |
| commit | 111dc1492f4887d02cc3af9d8e564a339bb45462 (patch) | |
| tree | 5d0b75d529c1075645b65c7c957ac9e562b3a553 /dist/css/bootstrap.css | |
| parent | b9ff4234438e182aad434859bfeec7424d2be2a5 (diff) | |
| download | bootstrap-111dc1492f4887d02cc3af9d8e564a339bb45462.tar.xz bootstrap-111dc1492f4887d02cc3af9d8e564a339bb45462.zip | |
fixes #8714: correct stacked pills nav
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index d17799276..e93a81226 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2566,7 +2566,7 @@ button.close { float: none; } -.nav-stacked > li + li > a { +.nav-stacked > li + li { margin-top: 2px; margin-left: 0; } |
