summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/internal.css3
-rw-r--r--signup.php7
2 files changed, 5 insertions, 5 deletions
diff --git a/css/internal.css b/css/internal.css
index 18b2838..e39872c 100644
--- a/css/internal.css
+++ b/css/internal.css
@@ -27,6 +27,9 @@ body {
display: table;
width: 450px;
}
+.text-center {
+ text-align: center;
+}
.fullrow, .helper {
margin: 15px -15px 15px -15px;
width: 100%;
diff --git a/signup.php b/signup.php
index 392d792..91ebe69 100644
--- a/signup.php
+++ b/signup.php
@@ -146,11 +146,8 @@ if ($e == 2 || $e == 101)
<?php
}
?>
- <div class="fullrow">
- <div class="halfrowl">&nbsp;</div>
- <div class="halfrowr">
- <input type="submit" name="signup" value="Sign Up" />
- </div>
+ <div class="fullrow text-center">
+ <input type="submit" name="signup" value="Sign Up" />
</div>
</form>
<?php