Bugfix: use pixels everywhere

This commit is contained in:
Johannes Schriewer 2025-01-06 18:40:32 +01:00
parent 5ae40a9cca
commit 2d7dd98b5b

View file

@ -88,13 +88,13 @@ h1 {
} }
h1 .small { h1 .small {
font-size: 12pt; font-size: 12px;
font-weight: normal; font-weight: normal;
color: #808080; color: #808080;
} }
h2 .small { h2 .small {
font-size: 12pt; font-size: 12px;
font-weight: normal; font-weight: normal;
} }
@ -310,7 +310,7 @@ table.list tbody td {
} }
.search-result .small { .search-result .small {
font-size: 9pt; font-size: 10px;
font-weight: normal; font-weight: normal;
color: #808080; color: #808080;
} }