From ba8d7d9b2cfaff2fb3a8d443c747c1613a9fc5e5 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Wed, 8 Jul 2009 13:13:19 +0200 Subject: box.css update --- styles/box.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'styles') diff --git a/styles/box.css b/styles/box.css index 7a5f9bb..82ffefc 100644 --- a/styles/box.css +++ b/styles/box.css @@ -57,3 +57,27 @@ div.atom { a.atom_link { text-decoration: none; } + +div.pages { + position: absolute; + top: 33px; + width: 600px; + height: 14px; + margin: auto; + background: #222222; + border-bottom: 1px solid #000000; +} + +div.pages_title { + display: none; +} + +ul.pages_list { + text-align: center; + list-style-type: none; + margin-top: 1px; +} + +a.pages_list_entry { + text-decoration: none; +} -- cgit v1.2.3