diff options
author | marijus <mario@mariovavti.com> | 2015-02-13 10:40:52 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2015-02-13 10:40:52 +0100 |
commit | 4616c13f3b324553f4320cb14306ec098eeeccfa (patch) | |
tree | 2f7379de776d973b7b34524fbfc6eb20fb20d6d2 /view/css | |
parent | fb198b8a058b7a9f4a1730a7cb44c3aeac745925 (diff) | |
download | volse-hubzilla-4616c13f3b324553f4320cb14306ec098eeeccfa.tar.gz volse-hubzilla-4616c13f3b324553f4320cb14306ec098eeeccfa.tar.bz2 volse-hubzilla-4616c13f3b324553f4320cb14306ec098eeeccfa.zip |
yet another icon change
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/conversation.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 8bc71bb6d..591a4e767 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -261,7 +261,12 @@ a.wall-item-name-link { cursor: default; } +.item-verified { + color: darkgreen; + font-size: 1em !important; +} + .item-forged { color: #FF0000; - font-size: 1.5em !important; + font-size: 1em !important; } |