From: Michael Jumper Date: Sun, 8 Apr 2012 23:30:39 +0000 (-0700) Subject: Remove testing styles. X-Git-Url: http://git.alex.org.uk Remove testing styles. --- diff --git a/src/main/webapp/styles/client.css b/src/main/webapp/styles/client.css index a77806f..7477dd8 100644 --- a/src/main/webapp/styles/client.css +++ b/src/main/webapp/styles/client.css @@ -250,11 +250,10 @@ textarea#eventTarget { /* Hide offscreen */ left: 0; top: 0; - width: 10px; - height: 10px; - opacity: 1; + width: 0; + height: 0; + opacity: 0; - z-index: 100; overflow: hidden; }