From 155215c812be7cfb7ce9949ad20538c58589a92f Mon Sep 17 00:00:00 2001 From: echarp Date: Sat, 17 Dec 2016 22:43:07 +0100 Subject: [PATCH] Better tag cloud display --- app/assets/stylesheets/tags.sass | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/app/assets/stylesheets/tags.sass b/app/assets/stylesheets/tags.sass index 8c3292fd..47854c44 100644 --- a/app/assets/stylesheets/tags.sass +++ b/app/assets/stylesheets/tags.sass @@ -5,16 +5,14 @@ p.tags a:after p.tags a:last-child:after content: '' -.tag - vertical-align: middle - &.css1 - font-size: 1.0em - &.css2 - font-size: 1.2em - &.css3 - font-size: 1.4em - &.css4 - font-size: 1.6em +.css1 + font-size: 1.0em +.css2 + font-size: 1.2em +.css3 + font-size: 1.4em +.css4 + font-size: 1.6em .tagsinput border: none !important