fixing private category badges and mobile header logo

This commit is contained in:
Kris Aubuchon 2014-03-17 23:18:15 -04:00
parent 49a222f985
commit fd2da91df0
1 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,7 @@
// -------------------------------------------------- // --------------------------------------------------
.badge-category { .badge-category {
padding: 2px 4px; padding: 2px 6px;
color: $tertiary_text_color; color: $tertiary_text_color;
font-size: 12px; font-size: 12px;
font-weight: bold; font-weight: bold;
@ -41,7 +41,6 @@
div { div {
display: inline-block; display: inline-block;
margin: 0; margin: 0;
padding-right: 6px;
} }
}} }}