merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 73b884f0eada6ddb49135e8d5320d7a166ba5587
parent 372e3806df633bf5d7e7b9cbddd15f8a3147127d
Author: psyc://psyced.org/~lynX <psyc://psyced.org/@youbroketheinternet>
Date:   Tue, 18 Aug 2015 22:01:06 +0200

give the form some space...

Diffstat:
Msrc/frontend/style.css | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/frontend/style.css b/src/frontend/style.css @@ -168,6 +168,9 @@ header h2 abbr { .explanation h3 { background-image: url(explanationShell.jpg); } +.supporting form { + padding: 30px; +} .participation h3 { background-image: url(participationShell.jpg); }