summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2011-04-06 22:25:51 +0200
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2011-04-06 22:27:27 +0200
commit86915f5c54370316a97fcc1ea414de8db8ce3e15 (patch)
tree8d564ef6587d9cec2a9d1ab1b7cb41cef571c686
parent90fc78073199e4a5c3b30b5dabf21c229c1715ab (diff)
downloadwebsite-86915f5c54370316a97fcc1ea414de8db8ce3e15.tar.gz
website-86915f5c54370316a97fcc1ea414de8db8ce3e15.tar.bz2
website-86915f5c54370316a97fcc1ea414de8db8ce3e15.tar.xz
website-86915f5c54370316a97fcc1ea414de8db8ce3e15.zip
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.
-rw-r--r--default.css3
-rw-r--r--downloads.php2
-rw-r--r--registration.php2
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");
?>
-<div style="background-color: rgb(255,220,220); border: 1px solid rgb(240,150,150); padding: 5px; margin: 5px; -moz-border-radius: 10px; -webkit-border-radius: 10px;">
+<div style="background-color: rgb(255,220,220); border: 1px solid rgb(240,150,150); padding: 5px; margin: 5px; border-radius: 10px;">
<b>Notice:</b> 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>
diff --git a/registration.php b/registration.php
index c4c4b95..cb14e7c 100644
--- a/registration.php
+++ b/registration.php
@@ -75,7 +75,7 @@
<p><em>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.</em></p>
<p style="background-color: #ede2da; padding: 5px; border: 1px solid
-#9f9894; -moz-border-radius: 10px;"><i>Security warning:</i> Do not use the same username and password on
+#9f9894; border-radius: 10px;"><i>Security warning:</i> 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