From 5d0f08beda7beefd50753f7ed81dc010b10a8239 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Wed, 24 Aug 2011 20:38:33 +0200 Subject: include news from buchhalterseite --- style/style.css | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) (limited to 'style') diff --git a/style/style.css b/style/style.css index 4304b1d..7f46abc 100644 --- a/style/style.css +++ b/style/style.css @@ -208,7 +208,39 @@ img.right { padding-left: 10px; padding-right: 10px; padding-bottom: 15px; - + +} + +.news { + margin-left: 50px; + width: 550px; +} +.news h3 { + clear: both; +} +.news p { + padding-right: 15px !important; + padding-left: 15px !important; + width: 500px; + display: block; + clear: both; +} +.news div > a { + display: inline-block; + margin-right: 10px; + width: 100%; + text-align: right; +} +.news h3 { + margin: 0 5px !important; + padding: 0!important; + border-bottom: 1px #983D3A solid; + width: 540px; +} +.news h3 a { + text-decoration: none; + margin: 0!important; + padding: 0!important; } #page ul { -- cgit