Better looking page number list

This commit is contained in:
Savetheinternet
2011-02-16 23:32:43 +11:00
parent 3b3e696427
commit 1063372de1
6 changed files with 40 additions and 9 deletions

View File

@@ -270,4 +270,19 @@ table.test td img {
}
fieldset label {
display: block;
}
div.pages {
color: #89A;
background: #D6DAF0;
display: inline;
padding: 8px;
border-right: 1px solid #B7C5D9;
border-bottom: 1px solid #B7C5D9;
}
div.pages a.selected {
color: black;
font-weight: bolder;
}
div.pages a:link {
text-decoration: none;
}