Andrew Lewman commited on 2009-06-10 04:16:52
Zeige 1 geänderte Dateien mit 12 Einfügungen und 0 Löschungen.
... | ... |
@@ -78,6 +78,10 @@ div.bottom { |
78 | 78 |
/* the sidebars */ |
79 | 79 |
|
80 | 80 |
div.sidebar { |
81 |
+-moz-border-radius-bottomleft:5px; |
|
82 |
+-moz-border-radius-bottomright:5px; |
|
83 |
+-moz-border-radius-topleft:5px; |
|
84 |
+-moz-border-radius-topright:5px; |
|
81 | 85 |
background-color: #e5e5e5; |
82 | 86 |
float: right; |
83 | 87 |
margin: 0 0 10px 10px; |
... | ... |
@@ -251,6 +255,10 @@ td.banner-right { |
251 | 255 |
} |
252 | 256 |
|
253 | 257 |
.donatebutton a { |
258 |
+ -moz-border-radius-bottomleft:5px; |
|
259 |
+ -moz-border-radius-bottomright:5px; |
|
260 |
+ -moz-border-radius-topleft:5px; |
|
261 |
+ -moz-border-radius-topright:5px; |
|
254 | 262 |
margin: 10px 0 0 0; |
255 | 263 |
font-weight: bold; |
256 | 264 |
display: block; |
... | ... |
@@ -277,6 +285,10 @@ td.banner-right { |
277 | 285 |
} |
278 | 286 |
|
279 | 287 |
.downloadbutton a { |
288 |
+ -moz-border-radius-bottomleft:5px; |
|
289 |
+ -moz-border-radius-bottomright:5px; |
|
290 |
+ -moz-border-radius-topleft:5px; |
|
291 |
+ -moz-border-radius-topright:5px; |
|
280 | 292 |
margin: 10px 0 0 0; |
281 | 293 |
font-weight: bold; |
282 | 294 |
display: block; |
283 | 295 |