diff options
author | Marcel Korpel <marcel.korpel@gmail.com> | 2015-07-10 18:47:33 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2015-08-08 12:59:24 +0200 |
commit | 9cde6b0566390002d167703fa900129bb90e07d8 (patch) | |
tree | 0363e9d33c2db381e7448ef6ddeffcdb6bfb7266 /web/html | |
parent | e331ce273cab901726983e18249e0bb3455fc463 (diff) | |
download | aurweb-9cde6b0566390002d167703fa900129bb90e07d8.tar.xz |
Show dateline when a comment is edited or deleted
Signed-off-by: Marcel Korpel <marcel.korpel@gmail.com>
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'web/html')
-rw-r--r-- | web/html/css/aurweb.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/html/css/aurweb.css b/web/html/css/aurweb.css index b5ca1f3..b33726c 100644 --- a/web/html/css/aurweb.css +++ b/web/html/css/aurweb.css @@ -96,6 +96,11 @@ color: #999; } +.edited { + font-size: 0.9em; + color: #999; +} + .delete-comment-form, .edit-comment { float: right; margin-left: 8px; |