From 15346eece3ff61cff7e045bc9f95b6a4b8b31380 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 28 Oct 2020 21:23:48 +0000 Subject: [PATCH] Transparent section --- epicyon-profile.css | 7 ++++--- webinterface.py | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index db570b632..bee70bf3e 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -597,10 +597,11 @@ input[type=number] { } .transparent { - color: rgba(0, 0, 0, 0.0); + color: transparent; + background: transparent; font-size: 0px; - font-family: Arial, Helvetica, sans-serif; - line-height: 0; + line-height: 0px; + height: 0px; } .labelsright { diff --git a/webinterface.py b/webinterface.py index c69d3e540..9f11436b4 100644 --- a/webinterface.py +++ b/webinterface.py @@ -6588,9 +6588,9 @@ def htmlTimeline(defaultTimeline: str, # This creates a link to the profile page when viewed # in lynx, but should be invisible in a graphical web browser tlStr += \ - '\n' + '
\n' # banner and row of buttons tlStr += \