diff options
author | Dan McGee <dan@archlinux.org> | 2010-02-07 09:13:07 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-02-08 20:51:44 -0600 |
commit | f445754db57f37dcb1821a9330aa238632457146 (patch) | |
tree | 863bb7453b07f3e0917f2ae1f03a9583878d6f28 /media | |
parent | de5b713f7301c59b7e658c85c8596fb67f33ecf6 (diff) |
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 <dan@archlinux.org>
Diffstat (limited to 'media')
-rw-r--r-- | media/arch.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/media/arch.css b/media/arch.css index 05e23627..07d2638c 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; |