From c246601be9a47c7331259384c1e94d5983d1e6f2 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 17 Jun 2023 00:58:43 +0200 Subject: [PATCH] fixed bug with wrong floating main div --- res/common.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/res/common.css b/res/common.css index b3a5299..f79503b 100644 --- a/res/common.css +++ b/res/common.css @@ -124,7 +124,8 @@ h6 { font-size: 0.9em } width: 72%; /* fix for I.E. */ margin: 0 auto 10px auto; padding: 5px; - background-color: #2D2D2D + background-color: #2D2D2D; + overflow: hidden; } /* ===== HEAD ===== */ @@ -159,10 +160,12 @@ h6 { font-size: 0.9em } } #main { - float:right; + /*float:right;*/ + overflow: hidden; + display: inline-block; position: relative; - width: 74% !important; - width: 71%; + width: 67% !important; + width: 65%; font-size: 100%; margin: 0 0.5em 0 1.2em; }