From 0cd0efeba16ee4e3cb00e06859b8e8b81b215da9 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 12 Feb 2013 18:27:21 +0100 Subject: layout: Put anchor in redbox into css class as well --- style/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'style') 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; +} -- cgit