From 9af8558854edbd5372ebdf7e19dd8f134fabeacc Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Fri, 2 Jul 2021 18:30:07 +0200 Subject: fix webfont and health bar on classic theme --- webAO/styles/classic.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webAO') 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; -- cgit