diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2012-09-01 01:02:07 +0200 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2012-09-01 01:02:07 +0200 |
commit | 83985d214c58c043630bf642356c0e62c39f734f (patch) | |
tree | 5c9d5aaaa4e376d716127f079c1829f578ee79dd /skins/contrib | |
parent | SecureMail update (diff) | |
parent | Update to 4.2.3 (diff) | |
download | bugzilla-83985d214c58c043630bf642356c0e62c39f734f.tar.gz bugzilla-83985d214c58c043630bf642356c0e62c39f734f.tar.bz2 bugzilla-83985d214c58c043630bf642356c0e62c39f734f.zip |
Merge branch 'upstream'
Diffstat (limited to 'skins/contrib')
-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 3a18e401e..63375672b 100644 --- a/skins/contrib/Dusk/global.css +++ b/skins/contrib/Dusk/global.css @@ -30,8 +30,8 @@ body { /* 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 { @@ -40,8 +40,8 @@ body { } #header { - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-bottomright: 5px; + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; border: none; } @@ -61,7 +61,7 @@ body { border: 1px solid #747e93; padding: 10px; font-size: 10pt; - -moz-border-radius: 5px; + border-radius: 5px; } a { @@ -174,7 +174,7 @@ hr { #footer { border: 1px solid #747e93; width: 100%; - -moz-border-radius: 5px; + border-radius: 5px; } #footer #links-actions, |