diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-11-26 12:26:27 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-11-26 12:26:27 +0100 |
commit | c7cbd41c16e36a6244ada6d4317dcd390e8dde0d (patch) | |
tree | 1512136fac84a327aa7d3a33b5a146caa51f8815 /view/css | |
parent | 41542e68864373c336ae3da8ffe0ed03d3e107a8 (diff) | |
download | volse-hubzilla-c7cbd41c16e36a6244ada6d4317dcd390e8dde0d.tar.gz volse-hubzilla-c7cbd41c16e36a6244ada6d4317dcd390e8dde0d.tar.bz2 volse-hubzilla-c7cbd41c16e36a6244ada6d4317dcd390e8dde0d.zip |
first iteration on the event item
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/conversation.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 6a64e7cc2..24a22defb 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -249,11 +249,10 @@ a.wall-item-name-link { /* event item */ .event-title h3 { + margin: 0px 0px 10px 0px; font-weight: bold; } -.event-title, -.event-end, .event-description { padding-bottom: 10px; } |