SatSale

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit cf6f72cc20da4a5e913fd743ae22dd9fb132fe74
parent d0c8acdb4abc202fc927d4c7f6062fe4d305013a
Author: NicholasFarrow <nicholas.w.farrow@gmail.com>
Date:   Mon, 15 Feb 2021 01:44:35 +1100

donation button ui!

Diffstat:
Mtemplates/donate.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/donate.html b/templates/donate.html @@ -33,7 +33,7 @@ <input style="display:inline" size="4" type="float" name="amount" id="amount" placeholder="USD"> </h2> <br> - <input style="width:100%" type="submit" value="Donate"> + <input class="button button1" style="width:40%" type="submit" value="Donate"> </form> </center> </div>