From 623df26f67e3c926502ac6c916103f762054d063 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Fri, 7 Feb 2014 17:17:13 +0100 Subject: Try to make sidebar items from blog look better too. --- app/assets/stylesheets/hmno_sidebars.scss | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'app') diff --git a/app/assets/stylesheets/hmno_sidebars.scss b/app/assets/stylesheets/hmno_sidebars.scss index 8791ef9..f2232b7 100644 --- a/app/assets/stylesheets/hmno_sidebars.scss +++ b/app/assets/stylesheets/hmno_sidebars.scss @@ -21,6 +21,23 @@ h2 { @include sidebar-headers; } + #tags, #categories, #rss_feed_subscribe { + margin-left: 5px; + } + #categories { + padding-left: 0; + li { + list-style-type: none; + } + } + #tags { + .tag1 { font-size: 60%; } + .tag2 { font-size: 80%; } + .tag3 { font-size: 100%; } + .tag4 { font-size: 120%; } + .tag5 { font-size: 140%; } + .tag6 { font-size: 160%; } + } } #left_sidebar { -- cgit v1.2.3