Fix misaligned dropdown categories

This commit is contained in:
NomNuggetNom 2015-02-21 22:02:08 -05:00
parent 92e6446f0f
commit 44e8087e20
2 changed files with 2 additions and 1 deletions

View File

@ -159,7 +159,7 @@
.badge-category {
padding: 4px 10px;
display: inline-block;
line-height: 24px;
margin-bottom: 10px;
}
.category-dropdown-menu .badge-category {

View File

@ -132,6 +132,7 @@ header .title-wrapper .bar .badge-category {
.category-breadcrumb li.bar > .badge-category {
background: dark-light-diff($primary, $secondary, 95%, -65%) !important;
line-height: 24px;
&:not(.home):first-child {
border-left-width: 5px;
border-left-style: solid;