tie the narrow nav-pills to .widget instead of aside

This commit is contained in:
marijus 2014-11-11 21:09:05 +01:00
parent 325b269b22
commit f72035ec93
2 changed files with 5 additions and 4 deletions

View File

@ -7,6 +7,11 @@
margin-top: 0px;
}
.widget .nav-pills > li > a {
padding: 6px 10px;
}
/* suggest */
.suggest-widget-more {

View File

@ -2169,10 +2169,6 @@ aside .nav > li > a:hover, aside .nav > li > a:focus {
background-color: $navaside_bghover;
}
aside .nav-pills > li > a {
padding: 6px 10px;
}
.dropdown-menu img {
border-radius: $radiuspx;
}