fix vcard title spacing

This commit is contained in:
Mario Vavti 2015-07-09 22:23:24 +02:00
parent 0bec45e570
commit 2b9a480c2f

View File

@ -347,7 +347,8 @@ footer {
word-wrap: break-word;
}
.vcard dl {
.vcard dl,
.vcard .title {
margin-top: 10px;
margin-bottom: 0px;
}