From 86915f5c54370316a97fcc1ea414de8db8ce3e15 Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Wed, 6 Apr 2011 22:25:51 +0200 Subject: Rely directly on border-radius The time that we have to rely on -moz-border-radius and -webkit-border-radius appears to be over, since both browsers now support the standard border-radius property, which should also work in other browsers like Opera. --- default.css | 3 +-- downloads.php | 2 +- registration.php | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/default.css b/default.css index 7eed0ce..2355684 100644 --- a/default.css +++ b/default.css @@ -318,8 +318,7 @@ h1 { margin: 5px; padding: 5px 5px 5px 15px; white-space: nowrap; - -moz-border-radius: 10px; - -webkit-border-radius: 10px; + border-radius: 10px; } .releases img { diff --git a/downloads.php b/downloads.php index bd5a530..7e6bd34 100644 --- a/downloads.php +++ b/downloads.php @@ -3,7 +3,7 @@ placeHeader("Downloads"); ?> -
+
Notice: For the registration of new accounts please use the web form. The registration from within the client is disabled.
diff --git a/registration.php b/registration.php index c4c4b95..cb14e7c 100644 --- a/registration.php +++ b/registration.php @@ -75,7 +75,7 @@

This system looks to be broken again. After submitting this form, wait five minutes and then try using the account. If it doesn't work, contact Freeyorp or Jaxad0127 on the forums or IRC. We can make it for you.

Security warning: Do not use the same username and password on +#9f9894; border-radius: 10px;">Security warning: Do not use the same username and password on two different servers. The server admins can read all of them in clear text and nothing stops them from trying them on other servers. It happened a lot in the past that users of the official server got "hacked" because they ignored this -- cgit v1.2.3-60-g2f50