tie the narrow nav-pills to .widget instead of aside
This commit is contained in:
parent
325b269b22
commit
f72035ec93
@ -7,6 +7,11 @@
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
|
||||
.widget .nav-pills > li > a {
|
||||
padding: 6px 10px;
|
||||
}
|
||||
|
||||
/* suggest */
|
||||
|
||||
.suggest-widget-more {
|
||||
|
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user