From db0e0aae9ba4b13b87c625097ae2542d58f7c5d5 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Mon, 31 Mar 2014 19:07:18 -0400 Subject: style badge in navbar, fixes #241 --- journal/bootswatch.less | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'journal/bootswatch.less') diff --git a/journal/bootswatch.less b/journal/bootswatch.less index aa2bd37e..533521c5 100644 --- a/journal/bootswatch.less +++ b/journal/bootswatch.less @@ -10,6 +10,22 @@ font-size: 18px; font-family: @font-family-sans-serif; font-weight: @headings-font-weight; + + &-default { + + .badge { + background-color: #000; + color: #fff; + } + } + + &-inverse { + + .badge { + background-color: #fff; + color: @navbar-inverse-bg; + } + } } .navbar-brand { @@ -66,6 +82,12 @@ // Indicators ================================================================= +.badge { + padding-bottom: 4px; + vertical-align: 3px; + font-size: 10px; +} + // Progress bars ============================================================== // Containers ================================================================= -- cgit v1.2.3