From f279ab871983d0d917a1929b252b966eeb173062 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 12 Feb 2013 18:24:01 +0100 Subject: layout: Use a css class for the red box --- style/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'style') diff --git a/style/style.css b/style/style.css index 51be98c..5a829a3 100644 --- a/style/style.css +++ b/style/style.css @@ -284,3 +284,14 @@ label { margin-left: 20px; min-width: 90px; } + +/* side-bar classes */ + +.redbox { + width: 170px; + padding: 5px; + margin-top: 5px; + background: #983D3A; + border: 2px #C02020 solid; + color: #FFFFFF; +} -- cgit