box.css update
This commit is contained in:
parent
ba8d7d9b2c
commit
b62bb5eb16
@ -33,8 +33,9 @@ div.header {
|
|||||||
border-bottom: 1px solid #000000;
|
border-bottom: 1px solid #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.header_title {
|
span.header_subtitle {
|
||||||
letter-spacing: 2px;
|
letter-spacing: 1px;
|
||||||
|
color: #666666;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* RSS and ATOM */
|
/* RSS and ATOM */
|
||||||
@ -76,8 +77,24 @@ ul.pages_list {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin-top: 1px;
|
margin-top: 1px;
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
li.pages_list_entry {
|
||||||
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.pages_list_entry {
|
a.pages_list_entry {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.entries {
|
||||||
|
width: 600px;
|
||||||
|
margin-left: 5px;
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.entry_border_bottom {
|
||||||
|
height: 20px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user