From 41e10b09d0b063399d7a23e916d6c2d0d3782fe9 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 14 Feb 2009 00:01:39 +0000 Subject: [PATCH] Go back to using
to position the buttons in the left hand column as IE doesn't seem to cope with CSS based centering. --- app/views/layouts/site.rhtml | 15 ++++++++------- public/stylesheets/site.css | 2 -- 2 files changed, 8 insertions(+), 9 deletions(-) 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; } -- 2.43.2