diff options
author | marijus <mario@mariovavti.com> | 2014-08-13 16:56:31 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-08-13 16:56:31 +0200 |
commit | 92e5f31428107910a6c9faae556b930a1de3ebf0 (patch) | |
tree | 04ff47587a52e7dcfc08e8df21262cc807287ef3 /view/theme/redbasic/css | |
parent | bc85f7d6e3f43bee3a0362276d215dab6c72e12d (diff) | |
download | volse-hubzilla-92e5f31428107910a6c9faae556b930a1de3ebf0.tar.gz volse-hubzilla-92e5f31428107910a6c9faae556b930a1de3ebf0.tar.bz2 volse-hubzilla-92e5f31428107910a6c9faae556b930a1de3ebf0.zip |
tweak .comment-edit-text-empty to correlate with the new default app font-size
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 8aecd484c..df9485dee 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2087,7 +2087,7 @@ img.mail-list-sender-photo { .comment-edit-text-empty { color: gray; - font-size: 11px; + font-size: 12px; } .comment-edit-text-full { |