From 42d24afa0beb69e8c7c22d39b909cd6ac91bf7c0 Mon Sep 17 00:00:00 2001 From: jomo Date: Sun, 22 Jun 2014 23:09:36 +0200 Subject: [PATCH] fix user tags --- app/assets/stylesheets/style.css.scss | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/app/assets/stylesheets/style.css.scss b/app/assets/stylesheets/style.css.scss index 20d9823..3b70525 100644 --- a/app/assets/stylesheets/style.css.scss +++ b/app/assets/stylesheets/style.css.scss @@ -359,6 +359,7 @@ blockquote p { .user { display: inline-block; + font-size: 0; a.role { display: inline-block; @@ -369,6 +370,7 @@ blockquote p { text-shadow: none; line-height: 1em; margin: 1px 0; + font-size: 14px; &.superadmin, &.admin { background: #d22 !important; @@ -395,12 +397,7 @@ blockquote p { .donor { background: #f60 !important; - border-radius: 3px; - color: #fff !important; - font-weight: bold !important; - margin-left: 3px; - padding: 3px 7px; - display: inline-block; + margin-left: 2px; } .ign {