dropdown link color override (new in bs 3.2)

This commit is contained in:
Sahat Yalkabov
2014-07-02 00:59:05 -04:00
parent 4f7a999af2
commit db22575936
2 changed files with 10 additions and 1 deletions

View File

@ -14,7 +14,7 @@ html {
body {
padding-top: 60px;
margin-bottom: 75px; //footer height + 30px
margin-bottom: 75px;
}
footer {

View File

@ -62,6 +62,15 @@ p {
font-weight: 300;
}
// Dropdowns
// -------------------------
@dropdown-link-color: @gray-darker;
.dropdown-menu > li > a {
font-weight: 300;
}
// Buttons
// -------------------------