diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2013-04-24 15:53:58 +0200 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2013-04-24 15:53:58 +0200 |
commit | e710880e92289778c9db1f787c6e85ade23526c8 (patch) | |
tree | edfc6c8099be915bd8d6179ccc3d6c8a6bd53f8e /hyperkitty/static | |
parent | f4cf3aa93f23e04b20ef783fcdb0b3c0388e6d34 (diff) | |
download | hyperkitty-e710880e92289778c9db1f787c6e85ade23526c8.tar.gz hyperkitty-e710880e92289778c9db1f787c6e85ade23526c8.tar.xz hyperkitty-e710880e92289778c9db1f787c6e85ade23526c8.zip |
Revert "Add a warning when replying while not subscribed"
This reverts commit 8b3f70bb164aec17b81b7dead02be6165ddfd274.
It is not necessary anymore, since changeset f4cf3aa9.
Diffstat (limited to 'hyperkitty/static')
-rw-r--r-- | hyperkitty/static/css/hyperkitty-common.css | 11 |
1 files changed, 0 insertions, 11 deletions
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; -} |