From d7adb9978ec153d0179fdd3cb2eecf1e30c10434 Mon Sep 17 00:00:00 2001 From: Waldek Date: Sat, 28 Aug 2021 20:13:23 +0200 Subject: [PATCH] Update styles.php --- html/css/styles.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/css/styles.php b/html/css/styles.php index 9546b80..a00f520 100644 --- a/html/css/styles.php +++ b/html/css/styles.php @@ -26,7 +26,7 @@ header("Content-type: text/css"); -webkit-border-radius:10px; border: 1px solid LightGrey; background: #e9e9e9; - font: 10pt arial, sans-serif; + font: 12pt arial, sans-serif; font-weight:bold; margin-top:2px; margin-right:0px; @@ -35,7 +35,7 @@ header("Content-type: text/css"); color:#002d62; white-space:normal; height: 100%; - line-height:20px; + line-height:21px; } #rcornerh { display: flex;