diff options
author | Dan McGee <dan@archlinux.org> | 2010-09-08 07:46:04 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-09-08 07:46:08 +0200 |
commit | 8117e9b8779eeba45399162be03bc2aab7580ca7 (patch) | |
tree | 1911cd809c255202e89b4f9c33685edb3c27c7f5 /media | |
parent | f637a1eb67ed906b936ef70c0c1d8572edfe5bd7 (diff) | |
download | archweb-8117e9b8779eeba45399162be03bc2aab7580ca7.tar.gz archweb-8117e9b8779eeba45399162be03bc2aab7580ca7.tar.xz |
Paginate the news list view
This view was getting huge with ~500 items on it, and most people are not
really interested in seeing every single news item. Use the drop in
pagination and add some controls that still allow browsing to any page of
the list.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'media')
-rw-r--r-- | media/archweb.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/media/archweb.css b/media/archweb.css index f417e5e..e662c67 100644 --- a/media/archweb.css +++ b/media/archweb.css @@ -142,6 +142,10 @@ div.widget { margin-bottom: 1.5em; } #artwork img.inverted { background: #333; padding: 0; } #artwork div.imagelist img { display: inline; margin: 0.75em; } +/* news: article list */ +.news-nav { float: right; margin-top: -2.2em; } +.news-nav .prev, .news-nav .next { margin-left: 1em; margin-right: 1em; } + /* news: article pages */ div.news-article .article-info { margin: 0; color: #999; } |