summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-09-07 16:20:46 -0500
committerDan McGee <dan@archlinux.org>2010-09-07 16:20:46 -0500
commit5ddf2e28398a3afe65ec7093265093e5c5513434 (patch)
tree23dfd80de1e1bb954f64156f89427358d652eaf3 /media
parent7dba848eaf12f7b5274b04a1d5aff38bc42a1d55 (diff)
downloadarchweb-5ddf2e28398a3afe65ec7093265093e5c5513434.tar.gz
archweb-5ddf2e28398a3afe65ec7093265093e5c5513434.zip
Make flagged style class apply to all tables
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'media')
-rw-r--r--media/archweb.css4
1 files changed, 1 insertions, 3 deletions
diff --git a/media/archweb.css b/media/archweb.css
index 179cd3bb..e5e5e6e0 100644
--- a/media/archweb.css
+++ b/media/archweb.css
@@ -172,14 +172,12 @@ table.results tr.even { background: #e4eeff; }
table.results th.header { padding-right: 20px; background-image: url(nosort.gif); background-repeat: no-repeat; background-position: center right; cursor: pointer; }
table.results th.headerSortDown { background-color: #e4eeff; background-image: url(desc.gif); }
table.results th.headerSortUp { background-color: #e4eeff; background-image: url(asc.gif); }
+table.results .flagged { color: red; }
/* pkglist: layout */
div#pkglist-search { margin-bottom: 1.5em; }
div#pkglist-about { margin-top: 1.5em; }
-/* pkglist: results */
-#pkglist-results .flagged { color: red; }
-
/* pkglist: results navigation */
#pkglist-stats-top, #pkglist-stats-bottom { font-size: 0.85em; }
#pkglist-results .pkglist-nav { float: right; margin-top: -2.2em; }