diff options
Diffstat (limited to 'web/html')
-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 c3ed3aa..09b2240 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; |