summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-09-02 10:51:13 -0500
committerDan McGee <dan@archlinux.org>2011-09-02 10:51:13 -0500
commitb283e5ff83efcc8e8b160d8e8084ff25d14c3ad3 (patch)
treef12147710003df751095e3c26a4ed98eb9cf580e
parent6aaa9119c55503f382cecbef72532db87a87c782 (diff)
downloadarchweb-b283e5ff83efcc8e8b160d8e8084ff25d14c3ad3.tar.gz
archweb-b283e5ff83efcc8e8b160d8e8084ff25d14c3ad3.zip
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>
-rw-r--r--media/archweb.css2
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 {