diff options
author | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2009-12-04 19:30:23 +0100 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2009-12-04 19:30:23 +0100 |
commit | 53d271c34a3934957cd0c5fdf0effaae650839f3 (patch) | |
tree | 702eb70142ea2fd572485c971ff04e05c79fe0b7 /downloads.php | |
parent | 56dd0b46b9e55378e91e326a16286a437f958fc7 (diff) | |
download | website-53d271c34a3934957cd0c5fdf0effaae650839f3.tar.gz website-53d271c34a3934957cd0c5fdf0effaae650839f3.tar.bz2 website-53d271c34a3934957cd0c5fdf0effaae650839f3.tar.xz website-53d271c34a3934957cd0c5fdf0effaae650839f3.zip |
Made the message about registration stand out more
Diffstat (limited to 'downloads.php')
-rw-r--r-- | downloads.php | 4 |
1 files changed, 3 insertions, 1 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> |