From f445754db57f37dcb1821a9330aa238632457146 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 7 Feb 2010 09:13:07 -0600 Subject: Make the feeds overview page suck less There was way too much going on there before and it wasn't laid out that well. This should be a ton better. Signed-off-by: Dan McGee --- media/arch.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'media/arch.css') diff --git a/media/arch.css b/media/arch.css index 05e2362..07d2638 100644 --- a/media/arch.css +++ b/media/arch.css @@ -278,6 +278,15 @@ table#art { margin-left: auto; margin-right: auto; } +table#feedlist { + text-align: center; + border-collapse: collapse; + border: 1px solid #46494d; +} +table#feedlist th, table#feedlist td { + padding: 5px; + border: 1px dotted #0771a6; +} .devpic { vertical-align: top; padding-right: 15px; -- cgit v1.2.3-24-g4f1b