Merge pull request #3220 from NomNuggetNom/master

Fix misaligned dropdown categories
This commit is contained in:
Jeff Atwood 2015-02-21 22:59:11 -08:00
commit 2617426eae
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;