From 98dde2d70571f51377ace436fd0beeb82b524ae2 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 23 May 2013 18:00:52 +0100 Subject: [PATCH] moved size of donate button from HTML to CSS --- donate.html | 4 ++-- style/normal.css | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/donate.html b/donate.html index a721a87..12d5e39 100644 --- a/donate.html +++ b/donate.html @@ -36,10 +36,10 @@

Donate!

Please help us to get to the US this summer by donating anything you can

diff --git a/style/normal.css b/style/normal.css index f7a59c7..5d34c73 100644 --- a/style/normal.css +++ b/style/normal.css @@ -110,6 +110,11 @@ form.donate border: 5px dashed #8fa850; } +#donateButton +{ + width: 250px; +} + body { background-color: #EA5B20;