diff options
author | PyroPeter <abi1789@googlemail.com> | 2011-02-16 18:48:09 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2011-02-17 18:54:26 +0100 |
commit | 1fdecbd5a45ef631562a11937d870e4c8cf619b0 (patch) | |
tree | 3c0f027576576d31ca6666a503c55f6f5078db5b /web/html/css | |
parent | 0de4ce61be3000cb110e538c61c194c429239579 (diff) | |
download | aur-1fdecbd5a45ef631562a11937d870e4c8cf619b0.tar.gz aur-1fdecbd5a45ef631562a11937d870e4c8cf619b0.tar.xz |
pkg_search_results: rewrite of pagination
* Most of the PHP-code was moved to pkgfuncs.php to keep the template simple.
Signed-off-by: PyroPeter <abi1789@googlemail.com>
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/html/css')
-rw-r--r-- | web/html/css/arch.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/web/html/css/arch.css b/web/html/css/arch.css index c3ed3aa8..09b22407 100644 --- a/web/html/css/arch.css +++ b/web/html/css/arch.css @@ -328,19 +328,19 @@ blockquote.code { text-decoration: none; } -#pages { margin: 5px; } -#pages .page_num { +.page_nav { + margin: 5px 0; +} +.page_nav .page_num { border: 1px solid #ddd; padding: 2px; color: #0771a6; } - -#pages .page_num:hover { +.page_nav .page_num:hover { border: 1px solid #8faecd; color: #333; } - -#pages #page_sel { +.page_nav .page_sel { border: 1px solid #8faecd; padding: 2px; color: #333; |