fixing private category badges and mobile header logo

This commit is contained in:
Kris Aubuchon 2014-03-17 23:00:39 -04:00
parent 38f2c778fb
commit 49a222f985
3 changed files with 4 additions and 13 deletions

View File

@ -19,11 +19,12 @@
// -------------------------------------------------- // --------------------------------------------------
.badge-category { .badge-category {
padding: 4px 6px; padding: 2px 4px;
color: $tertiary_text_color; color: $tertiary_text_color;
font-size: 12px; font-size: 12px;
font-weight: bold; font-weight: bold;
white-space: nowrap; white-space: nowrap;
display: inline-block;
&[href] { &[href] {
color: $tertiary_text_color; color: $tertiary_text_color;
} }

View File

@ -17,11 +17,7 @@ $black: #333 !default;
$white: #fff !default; $white: #fff !default;
$blue: #00aaff !default; $blue: #00aaff !default;
$yellow: lighten(#FFFF00, 15%) !default; $yellow: lighten(#FFFF00, 15%) !default;
$light_yellow: lighten($yellow, 20%) !default;
$lightest_yellow: lighten($yellow, 30%) !default;
$red: #e45735 !default; $red: #e45735 !default;
$pink: #fa6c8d !default; $pink: #fa6c8d !default;
$green: #009900 !default; $green: #009900 !default;
@ -144,13 +140,6 @@ $quote-background: lighten($black, 76%);
$topicMenuColor: darken($white, 80%); $topicMenuColor: darken($white, 80%);
$bookmarkColor: $blue; $bookmarkColor: $blue;
$tag_color: lighten($blue, 50%);
$post_footer: lighten($black, 76%);
$controls: lighten($black, 35%);
$controls_hover: $blue;
$controls_active: darken($blue, 10%);
// Basics // Basics
// -------------------------------------------------- // --------------------------------------------------

View File

@ -34,7 +34,8 @@
} }
} }
#site-logo { #site-logo {
width: 110px; max-width: 122px;
max-height: 40px;
} }
.fa-home { .fa-home {
font-size: 20px; font-size: 20px;