From 69e9e587ed709a1c1fe37a3908dbd9aa733ed74f Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Sun, 16 Oct 2016 22:29:50 -0400 Subject: [PATCH] Switch to a textarea --- scss/pages/fund-open-source.scss | 6 ++++++ templates/base.html | 3 +-- www/assets/gratipay.css.spt | 1 + www/fund-open-source/index.html.spt | 7 +++++-- www/index.html.spt | 1 + 5 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 scss/pages/fund-open-source.scss diff --git a/scss/pages/fund-open-source.scss b/scss/pages/fund-open-source.scss new file mode 100644 index 0000000000..b5d147bd59 --- /dev/null +++ b/scss/pages/fund-open-source.scss @@ -0,0 +1,6 @@ +#fund-open-source { + textarea { + width: 100%; + height: 200px; + } +} diff --git a/templates/base.html b/templates/base.html index 08dfdf1759..5fa076b650 100644 --- a/templates/base.html +++ b/templates/base.html @@ -27,8 +27,7 @@ {% endif %} -{% set homepage = request.path.raw == '/' %} - +