make nav-pills a bit smaller in height
This commit is contained in:
@@ -897,7 +897,7 @@ footer {
|
||||
#search-text {
|
||||
border: 1px solid #ccc;
|
||||
font-size: 1em;
|
||||
height: 22px;
|
||||
height: 30px;
|
||||
border-top-right-radius: 0px;
|
||||
border-bottom-right-radius: 0px;
|
||||
}
|
||||
@@ -2288,6 +2288,10 @@ 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