aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-28 09:37:10 -0700
committerMark Otto <[email protected]>2013-07-28 09:37:10 -0700
commit111dc1492f4887d02cc3af9d8e564a339bb45462 (patch)
tree5d0b75d529c1075645b65c7c957ac9e562b3a553 /dist/css/bootstrap.css
parentb9ff4234438e182aad434859bfeec7424d2be2a5 (diff)
downloadbootstrap-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.css2
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;
}