diff options
author | friendica <info@friendica.com> | 2013-01-24 20:05:23 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-24 20:05:23 -0800 |
commit | 99c40ce388fe7666e38372fd1d0006cff7f7fcc8 (patch) | |
tree | f2d5073dd8a2c9cf5c4d4f6ea1bdb22adad920ef /view | |
parent | 566dd55146c52e8a4dbb0f5e5a6156f3e7fc9c3b (diff) | |
download | volse-hubzilla-99c40ce388fe7666e38372fd1d0006cff7f7fcc8.tar.gz volse-hubzilla-99c40ce388fe7666e38372fd1d0006cff7f7fcc8.tar.bz2 volse-hubzilla-99c40ce388fe7666e38372fd1d0006cff7f7fcc8.zip |
check comment permissions against observer, unbold email subject links for read messages
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 7302891e5..91aa38618 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2244,6 +2244,7 @@ tr.mceLast { margin-top: 10px; } a.mail-list-link { + font-weight: normal; display: block; font-size: 1.3em; padding: 4px 0; |