diff options
author | eliott <eliott@cactuswax.net> | 2008-04-09 21:41:26 -0700 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2008-04-09 21:41:26 -0700 |
commit | 818f1aeca73ea580acd0c9a3fec12868533b3fa9 (patch) | |
tree | f82234c7da0acfedced78fee6f68b4a424c2cbde | |
parent | b8c6f969fb6d416f3369a525c7e06a2531bc210b (diff) |
Fix for dev image weirdness.
Had to backport from archweb_pub
-rw-r--r-- | media/arch.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/media/arch.css b/media/arch.css index ec00eb31..e411ff5e 100644 --- a/media/arch.css +++ b/media/arch.css @@ -269,9 +269,7 @@ table#art { .devpic { vertical-align: top; padding-right: 15px; -} -.devpic img { - padding-top: 25px; + padding-top: 10px; } table.deventry { padding-bottom: 25px; |