aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2011-04-29 13:42:19 +0200
committerChristian Ruppert <idl0r@gentoo.org>2011-04-29 13:42:19 +0200
commit3b172b948123bd2243ebbc3120c160d980ec31da (patch)
tree19ca0d425e49e90f9a473b19e3913bc27732618a /skins/contrib
parentBugzilla 4.0 vanilla (diff)
downloadbugzilla-3b172b948123bd2243ebbc3120c160d980ec31da.tar.gz
bugzilla-3b172b948123bd2243ebbc3120c160d980ec31da.tar.bz2
bugzilla-3b172b948123bd2243ebbc3120c160d980ec31da.zip
Update to 4.0.1
Diffstat (limited to 'skins/contrib')
-rw-r--r--skins/contrib/Dusk/global.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/skins/contrib/Dusk/global.css b/skins/contrib/Dusk/global.css
index 3a18e401e..1e9a5e9dc 100644
--- a/skins/contrib/Dusk/global.css
+++ b/skins/contrib/Dusk/global.css
@@ -32,6 +32,8 @@ body {
#titles {
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
+ border-top-left-radius: 5px;
+ border-top-right-radius: 5px;
}
#header .links, #footer {
@@ -42,6 +44,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;
}
@@ -62,6 +66,7 @@ body {
padding: 10px;
font-size: 10pt;
-moz-border-radius: 5px;
+ border-radius: 5px;
}
a {
@@ -175,6 +180,7 @@ hr {
border: 1px solid #747e93;
width: 100%;
-moz-border-radius: 5px;
+ border-radius: 5px;
}
#footer #links-actions,