From 5ddf2e28398a3afe65ec7093265093e5c5513434 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 7 Sep 2010 16:20:46 -0500 Subject: Make flagged style class apply to all tables Signed-off-by: Dan McGee --- media/archweb.css | 4 +--- 1 file changed, 1 insertion(+), 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; } -- cgit v1.1-4-g5e80