From e710880e92289778c9db1f787c6e85ade23526c8 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 24 Apr 2013 15:53:58 +0200 Subject: Revert "Add a warning when replying while not subscribed" This reverts commit 8b3f70bb164aec17b81b7dead02be6165ddfd274. It is not necessary anymore, since changeset f4cf3aa9. --- hyperkitty/static/css/hyperkitty-common.css | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'hyperkitty/static/css') diff --git a/hyperkitty/static/css/hyperkitty-common.css b/hyperkitty/static/css/hyperkitty-common.css index 7850b94..5bfcdb4 100644 --- a/hyperkitty/static/css/hyperkitty-common.css +++ b/hyperkitty/static/css/hyperkitty-common.css @@ -245,14 +245,3 @@ a.reply.disabled { .new-thread-form textarea { width: 90%; } - - -/* - * Common to both - */ - -.reply-form .note, -.new-thread-form .note { - color: #666666; - font-style: italic; -} -- cgit