From 7817a239db1e485af3ae0e75cf3a5e14bb131a06 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 27 Feb 2013 10:25:55 +0100 Subject: Fix a CSS class --- hyperkitty/static/css/hyperkitty-threadslist.css | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'hyperkitty/static/css/hyperkitty-threadslist.css') diff --git a/hyperkitty/static/css/hyperkitty-threadslist.css b/hyperkitty/static/css/hyperkitty-threadslist.css index 3106aba..bb28e89 100644 --- a/hyperkitty/static/css/hyperkitty-threadslist.css +++ b/hyperkitty/static/css/hyperkitty-threadslist.css @@ -68,19 +68,6 @@ display: inline; margin-right: 1em; } -.thread-info .participant, .thread-info .discussion { - padding-left: 20px; - background: no-repeat scroll left center; -} -.thread-info .participant { - background-image: url("../img/participant.png"); - padding-left: 16px; - margin-right: 1em; -} -.thread-info .discussion { - background-image: url("../img/discussion.png"); - margin-right: 2em; -} .thread-info .thread-show { padding-top: 2px; padding-bottom: 2px; -- cgit