diff options
author | Stefan Ritter <xeno@thehappy.de> | 2009-07-08 13:27:39 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2009-07-08 13:27:39 +0200 |
commit | b62bb5eb168c26a66ed0a00fdc7c335c1efa760c (patch) | |
tree | 327bb1b37edff29726627d457b5006237c64f42d /styles | |
parent | ba8d7d9b2cfaff2fb3a8d443c747c1613a9fc5e5 (diff) |
box.css update
Diffstat (limited to 'styles')
-rw-r--r-- | styles/box.css | 21 |
1 files changed, 19 insertions, 2 deletions
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; } |