summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2009-12-04 19:30:23 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2009-12-04 19:30:23 +0100
commit53d271c34a3934957cd0c5fdf0effaae650839f3 (patch)
tree702eb70142ea2fd572485c971ff04e05c79fe0b7
parent56dd0b46b9e55378e91e326a16286a437f958fc7 (diff)
downloadwebsite-53d271c34a3934957cd0c5fdf0effaae650839f3.tar.gz
website-53d271c34a3934957cd0c5fdf0effaae650839f3.tar.bz2
website-53d271c34a3934957cd0c5fdf0effaae650839f3.tar.xz
website-53d271c34a3934957cd0c5fdf0effaae650839f3.zip
Made the message about registration stand out more
-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>
-->