box.css update
This commit is contained in:
parent
c1b3799c19
commit
ba8d7d9b2c
@ -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;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user