aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2014-02-07 17:17:13 +0100
committerHarald Eilertsen <haraldei@anduin.net>2014-02-07 17:17:13 +0100
commit623df26f67e3c926502ac6c916103f762054d063 (patch)
tree9e49ec5d0860aea6783c613c8ec6fdcd579d96f2 /app
parent25ab2e2ec29a291bb5fcd18d08d9ec7a31366bfa (diff)
downloadhmnoweb-623df26f67e3c926502ac6c916103f762054d063.tar.gz
hmnoweb-623df26f67e3c926502ac6c916103f762054d063.tar.bz2
hmnoweb-623df26f67e3c926502ac6c916103f762054d063.zip
Try to make sidebar items from blog look better too.
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/hmno_sidebars.scss17
1 files changed, 17 insertions, 0 deletions
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 {