From 744b7a1755fe22fc51211427a7158baa7a42279a Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Tue, 19 May 2015 13:57:58 +0200 Subject: [PATCH] Implement hidden brackets around prefix --- css/glowingbear.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 0415c49..46e1243 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -16,7 +16,9 @@ a { } .hidden-bracket { - font-size: 0px; + position: absolute; + left: -1000px; + overflow: hidden; } td.prefix {