summaryrefslogtreecommitdiff
path: root/default.css
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 /default.css
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 'default.css')
-rw-r--r--default.css3
1 files changed, 1 insertions, 2 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 {