From 87966e6e6414030d4a1efe3848d71bd25b7e67a7 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Wed, 24 Jul 2013 17:24:36 -0300 Subject: [PATCH] Fixing tags --- src/colab/static/css/screen.css | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/colab/static/css/screen.css b/src/colab/static/css/screen.css index 614f91c..7e7a059 100644 --- a/src/colab/static/css/screen.css +++ b/src/colab/static/css/screen.css @@ -168,17 +168,33 @@ label.avatar-placeholder { } .tag { + text-decoration: none; background-color: #2183b3; padding: 2px 4px; - border-radius: 5; + border-radius: 5px; font-size: 90%; color: #fff; margin-right: 5px; + line-height: 2; } .tag:hover, .tag:focus { background-color: #21b6e6; + color: #fff; +} + +.tag-cloud .size-1 { + font-size: 90%; +} +.tag-cloud .size-2 { + font-size: 100%; +} +.tag-cloud .size-3 { + font-size: 130%; +} +.tag-cloud .size-4 { + font-size: 150%; } .quiet { -- libgit2 0.21.2