diff options
author | Dan McGee <dan@archlinux.org> | 2014-10-18 19:21:26 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2014-10-18 19:21:26 -0500 |
commit | 21b8ff5cf2b60f862e3fc3cfb43d8d8af0d6189f (patch) | |
tree | ee66fecb8f0d2d5d487d10f2e5528630fb7f8b08 /sitestatic | |
parent | 15a27036a51d71f6f0bc4f15ae4e79b5b4de6637 (diff) |
Tweak search results page a bit more
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'sitestatic')
-rw-r--r-- | sitestatic/archweb.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css index 53fa6274..edabcfb7 100644 --- a/sitestatic/archweb.css +++ b/sitestatic/archweb.css @@ -701,6 +701,10 @@ table.results { color: red; } + .results tr.empty td { + text-align: center; + } + /* pkglist: layout */ #pkglist-about { margin-top: 1.5em; |