From: Tom Hughes Date: Fri, 13 Feb 2009 17:38:40 +0000 (+0000) Subject: Replace the PayPal button on the home page with a donate button that X-Git-Tag: live~7634 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/fd19a1f3ba62e3a9756e0f0c1f3b429dad1d44bb?ds=sidebyside Replace the PayPal button on the home page with a donate button that links to the OSM donation site. --- diff --git a/app/views/layouts/site.rhtml b/app/views/layouts/site.rhtml index b6f41eff6..aededb662 100644 --- a/app/views/layouts/site.rhtml +++ b/app/views/layouts/site.rhtml @@ -112,19 +112,13 @@ <%= yield :optionals %> - diff --git a/public/images/donate.png b/public/images/donate.png new file mode 100644 index 000000000..9cd9a7c9f Binary files /dev/null and b/public/images/donate.png differ diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index ba9f21772..aa9bf216c 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -367,17 +367,11 @@ hides rule from IE5-Mac \*/ top: 4px; } -#cclogo { - width: 150px; - min-width: 150px; - margin: 10px; - padding: 10px; - left: 0px; - line-height: 1.2em; - text-align: left; - font-size: 14px; - font-weight: bold; - background: #fff; +.button { + margin-left: auto; + margin-right: auto; + margin-top: 10px; + margin-bottom: 10px; } #controls img