From 740105c7fa777be9e5c5e80d5754be1862dd434d Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Sun, 18 Jun 2023 23:00:38 +0200 Subject: [PATCH] fine tuned width of body container --- res/common.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/common.css b/res/common.css index 1701ced..daae8bb 100644 --- a/res/common.css +++ b/res/common.css @@ -124,8 +124,8 @@ h6 { font-size: 0.9em } /* ===== DIV CONTAINER ALL ELEMENTS BLOCK ===== */ #body-container { text-align: left; - width: 67% !important; - width: 67%; /* fix for I.E. */ + width: 69% !important; + width: 69%; /* fix for I.E. */ margin: 0 auto 10px auto; padding: 5px; background-color: #2D2D2D;