From 4332ab6729430ac275fc64feffaf0186da3492d9 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Wed, 8 Jul 2009 18:20:11 +0200 Subject: box.css update * also a little bugfix (error in containername) --- styles/.blogthon_noir.css.swp | Bin 16384 -> 16384 bytes styles/box.css | 18 +++++++++++++++--- 2 files changed, 15 insertions(+), 3 deletions(-) (limited to 'styles') diff --git a/styles/.blogthon_noir.css.swp b/styles/.blogthon_noir.css.swp index 96e0c28..dc1a14f 100644 Binary files a/styles/.blogthon_noir.css.swp and b/styles/.blogthon_noir.css.swp differ diff --git a/styles/box.css b/styles/box.css index db5d7c6..f8c96bd 100644 --- a/styles/box.css +++ b/styles/box.css @@ -101,14 +101,19 @@ div.entries { width: 580px; background: #333333; padding-left: 10px; - padding-top: 23px; + padding-top: 25px; padding-right: 10px; } div.entry { + margin-bottom: 20px; + background: #444444; + border: 1px dotted #000000; } div.entry_title { + margin-left: 5px; + margin-top: 5px; } a.entry_title { @@ -117,14 +122,21 @@ a.entry_title { div.entry_date { margin-top: -12px; + margin-right: 5px; float: right; color: #666666; } div.entry_content { + margin-left: 10px; + margin-right: 10px; +} + +div.entry_comment { margin-left: 5px; + margin-bottom: 5px; } -div.entry_border_bottom { - height: 20px; +a.entry_comment { + text-decoration: none; } -- cgit v1.2.3