update dropdowns spacing and docs section spacing

This commit is contained in:
Mark Otto
2012-01-13 10:07:56 -08:00
parent b958ac77c1
commit fc053ac8b2
4 changed files with 13 additions and 22 deletions

View File

@@ -63,7 +63,7 @@
// Links within the dropdown menu
a {
display: block;
padding: 2px 15px;
padding: 3px 15px;
clear: both;
font-weight: normal;
line-height: 18px;
@@ -73,18 +73,12 @@
}
// Hover state
.dropdown-menu li > a:hover {
color: #fff;
text-decoration: none;
background-color: @linkColor;
}
// Active state
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
color: #fff;
background-color: #999;
background-image: none; // remove the gradient
text-decoration: none;
background-color: @linkColor;
}
// Open state for the dropdown