diff options
Diffstat (limited to 'media')
-rw-r--r-- | media/archweb.css | 4 |
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; } |