From c939c7b32c9c7d86515476d7c2476359ee78c0e5 Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Mon, 20 Apr 2015 16:55:29 +0200 Subject: [PATCH] Don't force margins to badges --- css/glowingbear.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 821a77e..427de8e 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -72,7 +72,7 @@ td.message { .panel input, .panel .input-group { max-width: 300px; } -input[type=text], input[type=password], #sendMessage, .badge { +input[type=text], input[type=password], #sendMessage { border: 0; border-radius: 0; margin-bottom: 5px !important;