From: David ‘Bombe’ Roden Date: Sat, 13 Nov 2010 10:19:22 +0000 (+0100) Subject: Remove unnecessary rules. X-Git-Tag: 0.3-RC1~100 X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=be00633d1250fc7480d19f11343f3e390c7e51f3;hp=134c8785980ae95d8341e16e469208482b6a63fd;p=Sone.git Remove unnecessary rules. --- diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index ff56485..c6b65ff 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -287,15 +287,6 @@ textarea { content: ' ‧ '; } -#sone .post .reply .status-line .delete { - float: none; - display: inline; -} - -#sone .post .reply .status-line .delete:before { - content: ' · '; -} - #sone .post .create-reply { clear: both; background-color: #f0f0ff;