diff options
author | Loui Chang <louipc.ist@gmail.com> | 2009-02-07 00:22:37 +0100 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-02-07 00:24:04 +0100 |
commit | 8d16f647f90572039236c8da428cb1cf25b96a1e (patch) | |
tree | 4ecf90668cc3d3ed51b4bbf8ffcaa39c6bddd8c9 /web/html | |
parent | 5702137e67d42520821c5c569473988f6862a7d9 (diff) | |
download | aur-8d16f647f90572039236c8da428cb1cf25b96a1e.tar.gz aur-8d16f647f90572039236c8da428cb1cf25b96a1e.tar.xz |
Clean up some markup and styles in page navigation.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/html')
-rw-r--r-- | web/html/css/arch.css | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/web/html/css/arch.css b/web/html/css/arch.css index 80bbc924..4c128fa7 100644 --- a/web/html/css/arch.css +++ b/web/html/css/arch.css @@ -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; +} |