Clean up some markup and styles in page navigation.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
Loui Chang 2009-02-06 18:22:37 -05:00
parent 5702137e67
commit 8d16f647f9
2 changed files with 19 additions and 9 deletions

View file

@ -457,4 +457,15 @@ textarea.vLargeTextField {
padding: 2px;
color: #0771a6;
}
#pages #page_sel { color: #555; }
#pages .page_num:hover {
border: 1px solid #8faecd;
color: #333;
}
#pages #page_sel {
border: 1px solid #8faecd;
padding: 2px;
color: #333;
font-weight: bold;
}