From b62bb5eb168c26a66ed0a00fdc7c335c1efa760c Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Wed, 8 Jul 2009 13:27:39 +0200 Subject: box.css update --- styles/box.css | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'styles') diff --git a/styles/box.css b/styles/box.css index 82ffefc..9e35480 100644 --- a/styles/box.css +++ b/styles/box.css @@ -33,8 +33,9 @@ div.header { border-bottom: 1px solid #000000; } -div.header_title { - letter-spacing: 2px; +span.header_subtitle { + letter-spacing: 1px; + color: #666666; } /* RSS and ATOM */ @@ -76,8 +77,24 @@ ul.pages_list { text-align: center; list-style-type: none; margin-top: 1px; + padding: 0px; +} + +li.pages_list_entry { + display: inline; } a.pages_list_entry { text-decoration: none; + color: #000000; +} + +div.entries { + width: 600px; + margin-left: 5px; + margin-top: 10px; +} + +div.entry_border_bottom { + height: 20px; } -- cgit v1.2.3