From 6e4e50ac5bfe13905b18ea3bfe8dcbcfa063a184 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 7 Feb 2021 21:34:20 +0000 Subject: [PATCH] Transparent hr on timeline --- epicyon-profile.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/epicyon-profile.css b/epicyon-profile.css index 1fa683db6..db3f8de9a 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -702,6 +702,14 @@ input[type=number] { height: 0px; } +.transparent hr { + color: transparent; + background: transparent; + font-size: 0px; + line-height: 0px; + height: 0px; +} + .labelsright { float: right; font-size: var(--font-size);