diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-08-24 20:38:33 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-08-24 20:50:00 +0200 |
commit | 5d0f08beda7beefd50753f7ed81dc010b10a8239 (patch) | |
tree | ce4f434d914f674d8c0ade982145ffa5e38aedcf /style | |
parent | 77026810aed5eff07c3b8eeee7452235c27b85da (diff) | |
download | mutti-web-5d0f08beda7beefd50753f7ed81dc010b10a8239.tar.gz mutti-web-5d0f08beda7beefd50753f7ed81dc010b10a8239.tar.bz2 mutti-web-5d0f08beda7beefd50753f7ed81dc010b10a8239.zip |
include news from buchhalterseite
Diffstat (limited to 'style')
-rw-r--r-- | style/style.css | 34 |
1 files changed, 33 insertions, 1 deletions
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 { |