aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-07-09 22:23:24 +0200
committerMario Vavti <mario@mariovavti.com>2015-07-09 22:23:24 +0200
commit2b9a480c2f1060cf423471e6dc2aad0468f8c5b5 (patch)
treee6fdd26dda6af7b5637ef05ed0f927dc43cf1485 /view/theme
parent0bec45e5703a6f9845ae869a1b9a44f2ed559675 (diff)
downloadvolse-hubzilla-2b9a480c2f1060cf423471e6dc2aad0468f8c5b5.tar.gz
volse-hubzilla-2b9a480c2f1060cf423471e6dc2aad0468f8c5b5.tar.bz2
volse-hubzilla-2b9a480c2f1060cf423471e6dc2aad0468f8c5b5.zip
fix vcard title spacing
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css3
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;
}