diff options
Diffstat (limited to 'skins/contrib/Dusk/global.css')
-rw-r--r-- | skins/contrib/Dusk/global.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/skins/contrib/Dusk/global.css b/skins/contrib/Dusk/global.css index e1f8afda1..33f28965c 100644 --- a/skins/contrib/Dusk/global.css +++ b/skins/contrib/Dusk/global.css @@ -34,8 +34,8 @@ body, td, th, input { /* page title */ #titles { - -moz-border-radius-topleft: 5px; - -moz-border-radius-topright: 5px; + border-top-left-radius: 5px; + border-top-right-radius: 5px; } #header .links, #footer { @@ -44,8 +44,8 @@ body, td, th, input { } #header { - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-bottomright: 5px; + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; border: none; } @@ -65,7 +65,7 @@ body, td, th, input { border: 1px solid #747e93; padding: 10px; font-size: 10pt; - -moz-border-radius: 5px; + border-radius: 5px; } a { @@ -178,7 +178,7 @@ hr { #footer { border: 1px solid #747e93; width: 100%; - -moz-border-radius: 5px; + border-radius: 5px; } #footer #links-actions, |