From 2d7dd98b5b4032808357a8b71b3f50327b6a1ad3 Mon Sep 17 00:00:00 2001 From: Johannes Schriewer Date: Mon, 6 Jan 2025 18:40:32 +0100 Subject: [PATCH] Bugfix: use pixels everywhere --- inventory/static/inventory/css/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inventory/static/inventory/css/main.css b/inventory/static/inventory/css/main.css index 68f7daf..a9d50fd 100644 --- a/inventory/static/inventory/css/main.css +++ b/inventory/static/inventory/css/main.css @@ -88,13 +88,13 @@ h1 { } h1 .small { - font-size: 12pt; + font-size: 12px; font-weight: normal; color: #808080; } h2 .small { - font-size: 12pt; + font-size: 12px; font-weight: normal; } @@ -310,7 +310,7 @@ table.list tbody td { } .search-result .small { - font-size: 9pt; + font-size: 10px; font-weight: normal; color: #808080; }