box.css update

This commit is contained in:
Stefan Ritter 2009-07-08 13:13:19 +02:00
parent c1b3799c19
commit ba8d7d9b2c
1 changed files with 24 additions and 0 deletions

View File

@ -57,3 +57,27 @@ div.atom {
a.atom_link { a.atom_link {
text-decoration: none; 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;
}