summaryrefslogtreecommitdiffstats
path: root/skins/contrib/Dusk
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-08-08 12:23:45 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-08-08 12:23:45 +0200
commit10c93f968943b06c1197b4c121edb7974b02a52e (patch)
treea37e74f1b87177d01b2df4da137b0c389b4260cd /skins/contrib/Dusk
parentcfe703f3b83e2dd790696e3fcf1e238caccca7d9 (diff)
downloadbugzilla-10c93f968943b06c1197b4c121edb7974b02a52e.tar.gz
bugzilla-10c93f968943b06c1197b4c121edb7974b02a52e.tar.xz
Bug 781059: -moz-border-radius is obsolete and must be replaced by the standard border-radius CSS property
r=reed a=LpSolit
Diffstat (limited to 'skins/contrib/Dusk')
-rw-r--r--skins/contrib/Dusk/global.css12
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,