a few small alignment fixes for bullet categories

This commit is contained in:
Kris Aubuchon 2015-03-10 10:34:04 -04:00
parent f4a051c2c3
commit 3d6c636aa8
1 changed files with 8 additions and 1 deletions

View File

@ -50,13 +50,19 @@
&.bullet { //bullet category style &.bullet { //bullet category style
line-height: 1.25; line-height: 1;
margin-right: 5px;
h3 & {
line-height: .9;
}
span.badge-category { span.badge-category {
color: $primary !important; color: $primary !important;
vertical-align: text-top; vertical-align: text-top;
line-height: 1; line-height: 1;
margin-left: 4px; margin-left: 4px;
padding-left: 2px;
display: inline-block; display: inline-block;
#search-dropdown & { #search-dropdown & {
@ -171,6 +177,7 @@
width: 10px; width: 10px;
height: 10px; height: 10px;
display: inline-block; display: inline-block;
margin: 0 2px;
} }
} }