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