aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2011-04-29 13:56:24 +0200
committerChristian Ruppert <idl0r@gentoo.org>2011-04-29 13:56:24 +0200
commit2148762885056917d54fd4b3154cc437e46d4268 (patch)
treecb8ee03e90664cec1b4942a97a8f9e91c29f1383 /skins/contrib
parentRevert "The "Show Votes" page is completely broken" (diff)
parentUpdate to 4.0.1 (diff)
downloadbugzilla-2148762885056917d54fd4b3154cc437e46d4268.tar.gz
bugzilla-2148762885056917d54fd4b3154cc437e46d4268.tar.bz2
bugzilla-2148762885056917d54fd4b3154cc437e46d4268.zip
Merge branch 'upstream'
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,