style change for boardlist

This commit is contained in:
Savetheinternet 2011-02-19 20:25:21 +11:00
parent fd6f4fb81f
commit 60ac971de0
2 changed files with 14 additions and 0 deletions

View File

@ -304,4 +304,12 @@ hr {
border: none;
border-top: 1px solid #B7C5D9;
height: 0px;
}
div.boardlist {
color: #89A;
font-size: 9pt;
margin-top: 10px;
}
div.boardlist a {
text-decoration: none;
}

View File

@ -47,4 +47,10 @@ div.pages a.selected {
}
hr {
border-color: 1px solid #D9BFB7;
}
div.boardlist {
color: #B86;
}
div.boardlist a {
color: #800;
}