box.css update

This commit is contained in:
Stefan Ritter 2009-07-08 13:27:39 +02:00
parent ba8d7d9b2c
commit b62bb5eb16
1 changed files with 19 additions and 2 deletions

View File

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