diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-12 19:10:18 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-12 19:10:18 +0100 |
commit | 6feaabf088cce4e898bc89afb25f1461e0c11d6b (patch) | |
tree | d332d59df82ef4c856d93843ef6f05d5dfb5106e /style | |
parent | b47d91127c4e03c85a68578f8cf3bda38b9d1498 (diff) | |
download | mutti-web-6feaabf088cce4e898bc89afb25f1461e0c11d6b.tar.gz mutti-web-6feaabf088cce4e898bc89afb25f1461e0c11d6b.tar.bz2 mutti-web-6feaabf088cce4e898bc89afb25f1461e0c11d6b.zip |
layout: Remove unneeded div for redboxes
Let the a-tag be it directly
Diffstat (limited to 'style')
-rw-r--r-- | style/style.css | 10 |
1 files changed, 3 insertions, 7 deletions
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; } |