From 0618a769d5b4aa07b10e3ae9edeb0c44e5ef37b6 Mon Sep 17 00:00:00 2001 From: Daniel Leining Date: Sun, 10 May 2015 20:11:29 -0400 Subject: [PATCH 1/2] Add hidden brackets around user nicks --- css/glowingbear.css | 4 ++++ index.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 45efee5..0415c49 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -15,6 +15,10 @@ a { cursor: pointer; } +.hidden-bracket { + font-size: 0px; +} + td.prefix { text-align: right; vertical-align: top; diff --git a/index.html b/index.html index 43d5582..4e710f9 100644 --- a/index.html +++ b/index.html @@ -281,7 +281,7 @@ $ openssl req -nodes -newkey rsa:4096 -keyout relay.pem -x509 -days 365 -out rel :: -
From 744b7a1755fe22fc51211427a7158baa7a42279a Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Tue, 19 May 2015 13:57:58 +0200 Subject: [PATCH 2/2] 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 {