summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--downloads.php4
-rw-r--r--index.php2
2 files changed, 4 insertions, 2 deletions
diff --git a/downloads.php b/downloads.php
index 22578c3..ee0fa3f 100644
--- a/downloads.php
+++ b/downloads.php
@@ -3,7 +3,9 @@
placeHeader("Downloads");
?>
-<p>For the registration of new accounts please use the <a href="registration.php"> web form</a>. The registration from within the client is disabled.</p>
+<div style="background-color: rgb(255,220,220); border: 1px solid rgb(240,150,150); padding: 5px; margin: 5px; -moz-border-radius: 10px;">
+For the registration of new accounts please use the <a href="registration.php"> web form</a>. The registration from within the client is disabled.
+</div>
<h3>Current client release</h3>
diff --git a/index.php b/index.php
index ca96d44..4475724 100644
--- a/index.php
+++ b/index.php
@@ -3,7 +3,7 @@
placeHeader("News");
?>
-<!-- <div style="background-color: rgb(255,220,220); border: 1px solid rgb(240,150,150); padding: 5px; margin: 5px; -moz-border-radius: 10px;">
+<!-- <div style="background-color: rgb(255,220,220); border: 1px solid rgb(240,150,150); padding: 5px; margin: 5px; -moz-border-radius: 10px; -moz-border-radius: 10px;">
<b>Notice:</b> New account creation disabled due to excessive abuse of this feature. If you want to sign up, contact thorbjorn or Jaxad0127 on IRC for now.
</div>
-->