Update styles.php

This commit is contained in:
Waldek 2021-08-28 20:13:23 +02:00 committed by GitHub
parent 33f2cdf909
commit d7adb9978e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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;