From 2fc91aa19e1b7168ac97fdf3e6a6571605264e3e Mon Sep 17 00:00:00 2001 From: David Capper Date: Thu, 16 May 2013 18:47:14 +0100 Subject: [PATCH] fiddled with the donate button --- .gitignore | 2 ++ meetTheTeam.html | 4 +++- style.css | 7 +++++++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9bea433 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ + +.DS_Store diff --git a/meetTheTeam.html b/meetTheTeam.html index a0763de..07fa44d 100644 --- a/meetTheTeam.html +++ b/meetTheTeam.html @@ -77,8 +77,10 @@

John Batty

We would really appreciate it if you could help us by making a donation. Whatever the amount it will help us secure the funding we need to get our team to Boston in order to compete this year

-
+

+ Please check this box if you are happy for your name to be published in the donors list +

diff --git a/style.css b/style.css index 502e3bd..ce25521 100644 --- a/style.css +++ b/style.css @@ -93,6 +93,13 @@ form { padding-left:1em; padding-right: 1em; + text-align: center; +} + +form.donate +{ + display: block; + border: 5px dashed #8fa850; } body