diff options
Diffstat (limited to 'style/style.css')
-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 { |