2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

clean up dup css in responsive, fix navbar dropdown caret

This commit is contained in:
Mark Otto
2012-01-08 13:21:44 -08:00
parent 1ef9cbc6e4
commit cb9be7bd0c
7 changed files with 31 additions and 32 deletions
+4 -2
View File
@@ -182,11 +182,13 @@
.pills .dropdown-menu {
.border-radius(4px);
}
.nav .dropdown-toggle .caret {
.tabs .dropdown-toggle .caret,
.pills .dropdown-toggle .caret {
border-top-color: @linkColor;
margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret {
.tabs .dropdown-toggle:hover .caret,
.pills .dropdown-toggle:hover .caret {
border-top-color: @linkColorHover;
}
.nav .open .dropdown-toggle {