From fdcbb61bcb61a980a7a9171432498a9cac6e0965 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 14 Mar 2015 12:37:48 +0100 Subject: assure that badges will be displayed as circles no matter what font is used and if there is only one digit inside. move css to its proper place --- view/theme/redbasic/css/style.css | 5 ----- 1 file changed, 5 deletions(-) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index b01e03636..da75cf3f8 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2001,11 +2001,6 @@ blockquote { border-radius: $radiuspx; } -nav .badge { - padding: 5px 6px; - border-radius: 9px; -} - nav .badge:hover { background-color: #999; } -- cgit v1.2.3