implemented tag cloud

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-10-15 15:33:01 +02:00
parent 91feb33f5f
commit bda42eb15a
10 changed files with 87 additions and 10 deletions

View File

@@ -423,4 +423,13 @@ fieldset.vcard{
.vcard td button.symbol{
float: right;
}
.cloud .tag{
border: 1px solid;
border-radius: 4px;
padding: 2px;
margin: 0 6px;
white-space: nowrap;
display: inline flow-root;
}