summaryrefslogtreecommitdiff
path: root/downloads.php
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 /downloads.php
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.
Diffstat (limited to 'downloads.php')
-rw-r--r--downloads.php2
1 files changed, 1 insertions, 1 deletions
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>