From a36bc4647e9932a4cec5fd91fd405015ddc18e7e Mon Sep 17 00:00:00 2001 From: pmp-p Date: Tue, 26 Sep 2023 03:43:43 +0200 Subject: [PATCH] 0.8.1 --- static/default.tmpl | 2 +- static/noctx.tmpl | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/static/default.tmpl b/static/default.tmpl index 9fa60eb..efd66c5 100644 --- a/static/default.tmpl +++ b/static/default.tmpl @@ -289,7 +289,7 @@ config = { border: 0px none; background-color: transparent; width: 100%; - height=100%; + height: 100%; z-index: 5; padding: 0; diff --git a/static/noctx.tmpl b/static/noctx.tmpl index 63e6302..e58cf2a 100644 --- a/static/noctx.tmpl +++ b/static/noctx.tmpl @@ -233,7 +233,7 @@ config = { border: 0px none; background-color: transparent; width: 100%; - height=100%; + height: 100%; z-index: 5; padding: 0; @@ -272,15 +272,15 @@ config = { } .trinfo{ - position:relative; - right:0px; + position: relative; + right: 0px; border: 1px solid black; } .framed{ - position:relative; - top:150px; - right:10px; + position: relative; + top: 150px; + right: 10px; border: 1px solid black; }