diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-07-09 22:23:24 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-07-09 22:23:24 +0200 |
commit | 2b9a480c2f1060cf423471e6dc2aad0468f8c5b5 (patch) | |
tree | e6fdd26dda6af7b5637ef05ed0f927dc43cf1485 /view/theme/redbasic | |
parent | 0bec45e5703a6f9845ae869a1b9a44f2ed559675 (diff) | |
download | volse-hubzilla-2b9a480c2f1060cf423471e6dc2aad0468f8c5b5.tar.gz volse-hubzilla-2b9a480c2f1060cf423471e6dc2aad0468f8c5b5.tar.bz2 volse-hubzilla-2b9a480c2f1060cf423471e6dc2aad0468f8c5b5.zip |
fix vcard title spacing
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 1bfd11f6c..321b30a43 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -347,7 +347,8 @@ footer { word-wrap: break-word; } -.vcard dl { +.vcard dl, +.vcard .title { margin-top: 10px; margin-bottom: 0px; } |