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