diff options
author | matthew <matthew> | 2007-10-30 09:24:57 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-10-30 09:24:57 +0000 |
commit | d3230da4e743b213bd24a340c1d9eeae55cb3459 (patch) | |
tree | 26d42c47bc094998f79d2624763c4a1623a4d88c | |
parent | 03819b1ae8bc3e9a7e9fc82c4f234d7d9fca1411 (diff) |
Increase width of postcode box in IE.
-rw-r--r-- | web/css.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/css.css b/web/css.css index de97f9999..a1d7d99a5 100644 --- a/web/css.css +++ b/web/css.css @@ -186,7 +186,7 @@ ul#error { #postcodeForm { display: table; - _width: 31em; + _width: 33em; text-align: center; font-size: 150%; margin: 1em auto; |