mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-30 15:24:08 +03:00
update dropdowns spacing and docs section spacing
This commit is contained in:
Vendored
+3
-8
@@ -6,7 +6,7 @@
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
||||
* Date: Thu Jan 12 15:28:03 PST 2012
|
||||
* Date: Fri Jan 13 10:05:29 PST 2012
|
||||
*/
|
||||
html, body {
|
||||
margin: 0;
|
||||
@@ -1481,23 +1481,18 @@ i {
|
||||
}
|
||||
.dropdown-menu a {
|
||||
display: block;
|
||||
padding: 2px 15px;
|
||||
padding: 3px 15px;
|
||||
clear: both;
|
||||
font-weight: normal;
|
||||
line-height: 18px;
|
||||
color: #555555;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.dropdown-menu li > a:hover {
|
||||
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
background-color: #0088cc;
|
||||
}
|
||||
.dropdown-menu .active > a, .dropdown-menu .active > a:hover {
|
||||
color: #fff;
|
||||
background-color: #999;
|
||||
background-image: none;
|
||||
}
|
||||
.dropdown.open .dropdown-toggle {
|
||||
color: #ffffff;
|
||||
background: #ccc;
|
||||
|
||||
Reference in New Issue
Block a user