From 500220a0556ddc04437e6ec86bd422e00cbe06fc Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Tue, 1 Dec 2009 15:17:05 +0100 Subject: fix opera display issue --- default.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'default.css') diff --git a/default.css b/default.css index 5b8215f..3ae4147 100644 --- a/default.css +++ b/default.css @@ -17,6 +17,11 @@ * along with dudle. If not, see . * ***************************************************************************/ +.invisible { + border: none; + background-color: #FFF; +} + a, a:visited { color:#36c; text-decoration:none; -- cgit v1.2.3