From e21dd91f3482ce6e1ea6c48f8efa2f46777c7a70 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 22 May 2013 16:42:19 +0200 Subject: Display a marker on unread threads in the month view --- hyperkitty/static/css/hyperkitty-common.css | 5 ----- 1 file changed, 5 deletions(-) (limited to 'hyperkitty/static/css/hyperkitty-common.css') diff --git a/hyperkitty/static/css/hyperkitty-common.css b/hyperkitty/static/css/hyperkitty-common.css index ee591c5..2fe6669 100644 --- a/hyperkitty/static/css/hyperkitty-common.css +++ b/hyperkitty/static/css/hyperkitty-common.css @@ -16,11 +16,6 @@ list-style-type: none; } -i.new-message { - float: right; - margin-right: 2em; -} - /* from Bootstrap's alert class */ .errorlist { list-style-type: none; -- cgit