From 0a79c3c2ed43e1bacfe901dbc26f7924cbfa2b91 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 15 Jun 2023 21:42:03 +0200 Subject: [PATCH] changed width to fit my needs --- entry-default.tpl | 2 +- res/common.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/entry-default.tpl b/entry-default.tpl index 52bcdbe..cac5ed1 100644 --- a/entry-default.tpl +++ b/entry-default.tpl @@ -8,4 +8,4 @@ - \ No newline at end of file + diff --git a/res/common.css b/res/common.css index ccafc08..e28e40c 100644 --- a/res/common.css +++ b/res/common.css @@ -120,8 +120,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: 72% !important; + width: 72%; /* fix for I.E. */ margin: 0 auto 10px auto; padding: 5px; background-color: #2D2D2D