aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
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 {