dropdown link color override (new in bs 3.2)
This commit is contained in:
@ -14,7 +14,7 @@ html {
|
||||
|
||||
body {
|
||||
padding-top: 60px;
|
||||
margin-bottom: 75px; //footer height + 30px
|
||||
margin-bottom: 75px;
|
||||
}
|
||||
|
||||
footer {
|
||||
|
@ -62,6 +62,15 @@ p {
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
// Dropdowns
|
||||
// -------------------------
|
||||
|
||||
@dropdown-link-color: @gray-darker;
|
||||
|
||||
.dropdown-menu > li > a {
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
// Buttons
|
||||
// -------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user