working on vcard display

This commit is contained in:
2025-10-08 08:50:37 +02:00
parent f6a8734614
commit 3df91f1b9d
4 changed files with 86 additions and 18 deletions

View File

@@ -387,4 +387,32 @@ a.wikilink{
text-align: initial;
padding-top: 8px;
}
}
fieldset.vcard{
display: inline;
margin: 10px;
padding: 0;
}
.vcard legend{
margin-left: 10px;
}
.vcard .name{
font-weight: bold;
}
.vcard .address span {
display: block;
}
.vcard table{
border-collapse: collapse;
margin: -1px;
}
.vcard td{
border-style: solid;
border-width: 1px;
vertical-align: top;
padding: 2px;
}