diff options
author | Callan Barrett <wizzomafizzo@gmail.com> | 2009-02-02 09:54:49 +0100 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-02-03 23:04:21 +0100 |
commit | 5702137e67d42520821c5c569473988f6862a7d9 (patch) | |
tree | 959c583d17fffe6cadd82ed668f0c13b860537a4 /web/html/css/arch.css | |
parent | 9afe1eee46afc06e08c2fd7cba2cf7fae71ad0a6 (diff) | |
download | aur-5702137e67d42520821c5c569473988f6862a7d9.tar.gz aur-5702137e67d42520821c5c569473988f6862a7d9.tar.xz |
Change pagination style
Looks different now, next and previous on their own sides and elips for both
Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/html/css/arch.css')
-rw-r--r-- | web/html/css/arch.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/web/html/css/arch.css b/web/html/css/arch.css index da670eeb..80bbc924 100644 --- a/web/html/css/arch.css +++ b/web/html/css/arch.css @@ -451,3 +451,10 @@ textarea.vLargeTextField { text-decoration: none; } +#pages { margin: 5px; } +#pages .page_num { + border: 1px solid #ddd; + padding: 2px; + color: #0771a6; +} +#pages #page_sel { color: #555; } |