diff options
author | marijus <mario@mariovavti.com> | 2014-10-08 09:24:34 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-10-08 09:24:34 +0200 |
commit | e05c0a8bc45bd6051d61b0c93699c666825feba9 (patch) | |
tree | cf83c063a07c2586707efb5b063e48e3344ed833 | |
parent | e5d346cdc63e5f36ac25fe43a198657549643eb4 (diff) | |
download | volse-hubzilla-e05c0a8bc45bd6051d61b0c93699c666825feba9.tar.gz volse-hubzilla-e05c0a8bc45bd6051d61b0c93699c666825feba9.tar.bz2 volse-hubzilla-e05c0a8bc45bd6051d61b0c93699c666825feba9.zip |
make author link bold again
-rw-r--r-- | view/css/conversation.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 9cde6052f..03df5d4f3 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -94,7 +94,7 @@ } a.wall-item-name-link { - font-weight: bold; + font-weight: bold !important; } .wall-item-author { |