summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-02-12 18:27:21 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-02-12 18:28:30 +0100
commit0cd0efeba16ee4e3cb00e06859b8e8b81b215da9 (patch)
treed0c1fff68aee0244b8ea2829e945f35f53458fb2 /style
parentf279ab871983d0d917a1929b252b966eeb173062 (diff)
downloadmutti-web-0cd0efeba16ee4e3cb00e06859b8e8b81b215da9.tar.gz
mutti-web-0cd0efeba16ee4e3cb00e06859b8e8b81b215da9.tar.bz2
mutti-web-0cd0efeba16ee4e3cb00e06859b8e8b81b215da9.zip
layout: Put anchor in redbox into css class as well
Diffstat (limited to 'style')
-rw-r--r--style/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/style/style.css b/style/style.css
index 5a829a3..4446391 100644
--- a/style/style.css
+++ b/style/style.css
@@ -295,3 +295,9 @@ label {
border: 2px #C02020 solid;
color: #FFFFFF;
}
+
+.redbox a {
+ display: block;
+ text-decoration: none;
+ color: white;
+}