diff options
| author | stonedDiscord <Tukz@gmx.de> | 2021-07-02 18:30:07 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2021-07-02 18:30:07 +0200 |
| commit | 9af8558854edbd5372ebdf7e19dd8f134fabeacc (patch) | |
| tree | aac0d1089f0dc50d8e011caec7d24ff8de8d7668 /webAO | |
| parent | 43a3bc0c439146aa88b691dd7be831adc7029e80 (diff) | |
fix webfont and health bar on classic theme
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/styles/classic.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webAO/styles/classic.css b/webAO/styles/classic.css index 04c7d08..b459cf7 100644 --- a/webAO/styles/classic.css +++ b/webAO/styles/classic.css @@ -5,7 +5,7 @@ body { /* Webfont CSS setup for Igiari by Caveras */ @font-face { font-family:'Igiari Cyrillic'; - src: url('../igiari/igiari-cyrillic.ttf'); + src: url('./igiari/igiari-cyrillic.ttf'); font-weight:normal; font-style:normal; } @@ -184,7 +184,7 @@ hr { width: 100%; height: 60%; height: calc(100% - 4px); - bottom: 0; + bottom: 1px; border-width: 2px; border-style: groove none ridge none; position: relative; |
