From 6feaabf088cce4e898bc89afb25f1461e0c11d6b Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 12 Feb 2013 19:10:18 +0100 Subject: layout: Remove unneeded div for redboxes Let the a-tag be it directly --- style/style.css | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'style') diff --git a/style/style.css b/style/style.css index aae27ac..31b278b 100644 --- a/style/style.css +++ b/style/style.css @@ -285,17 +285,13 @@ label { /* side-bar classes */ -.redbox { +.redbox, a.redbox:hover { + display: block; + text-decoration: none; width: 170px; padding: 5px; margin-top: 5px; background: #983D3A; border: 2px #C02020 solid; - color: #FFFFFF; -} - -.redbox a { - display: block; - text-decoration: none; color: white; } -- cgit