make nav-pills a bit smaller in height

This commit is contained in:
marijus
2014-10-08 13:18:17 +02:00
parent 289f57f79e
commit 096fbdb31c
2 changed files with 7 additions and 3 deletions

View File

@@ -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;
}