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; +}