mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
update dropdowns spacing and docs section spacing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user