diff options
author | Dan McGee <dan@archlinux.org> | 2011-09-02 10:51:13 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-09-02 10:51:13 -0500 |
commit | b283e5ff83efcc8e8b160d8e8084ff25d14c3ad3 (patch) | |
tree | f12147710003df751095e3c26a4ed98eb9cf580e /media | |
parent | 6aaa9119c55503f382cecbef72532db87a87c782 (diff) |
Correctly fix archweb.css style error
Commit 1908b3c460 attempted to fix a validation error; we really wanted
to change the left hand side rather than the right hand side.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'media')
-rw-r--r-- | media/archweb.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media/archweb.css b/media/archweb.css index 0efd53db..0cadd7a7 100644 --- a/media/archweb.css +++ b/media/archweb.css @@ -78,7 +78,7 @@ select[multiple] { } input[type=submit] { - padding-left: 0.6em; + padding: 0 0.6em; } .clear { |