Remove extra padding on referal form
Heckin chrome devtools
This commit is contained in:
parent
c549e1c942
commit
ce29702f50
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue