From: Tom Hughes Date: Sat, 14 Feb 2009 00:01:39 +0000 (+0000) Subject: Go back to using
to position the buttons in the left hand X-Git-Tag: live~7649 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/41e10b09d0b063399d7a23e916d6c2d0d3782fe9 Go back to using
to position the buttons in the left hand column as IE doesn't seem to cope with CSS based centering. --- diff --git a/app/views/layouts/site.rhtml b/app/views/layouts/site.rhtml index d83bfe8f2..24822bc7c 100644 --- a/app/views/layouts/site.rhtml +++ b/app/views/layouts/site.rhtml @@ -113,14 +113,15 @@ <%= yield :optionals %> -
- Make a Donation -
- - +
+
+ Make a Donation +
+ +
diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index aa9bf216c..a6b6c8702 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -368,8 +368,6 @@ hides rule from IE5-Mac \*/ } .button { - margin-left: auto; - margin-right: auto; margin-top: 10px; margin-bottom: 10px; }