1
0
Fork 0

Remove extra padding on referal form

Heckin chrome devtools
This commit is contained in:
Derek Schmidt 2018-09-08 17:18:05 -07:00
parent c549e1c942
commit ce29702f50
Signed by: skeh
GPG key ID: 0F5D491793B4035A

View file

@ -9,7 +9,7 @@
Referal links can be used only once to register a new user on this site, giving access to all it's content.
Give out with caution.
</p>
<form id="referal_form" action="" method="post" style="padding-top: 32px;">
<form id="referal_form" action="" method="post">
<div id="refer_container">
<input id="refer_permission_checkbox" name="refer" type="checkbox"></input>
<p class="checkboxtext">Allow refering other users</p>