summaryrefslogtreecommitdiffstats
path: root/skins/standard
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-08-12 14:14:38 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-08-12 14:14:38 +0200
commit36bfbfd3252599a596470c05a359dfb680c85159 (patch)
treed8a8c4ff46914031934397ae0d98166f64f820c4 /skins/standard
parent10c93f968943b06c1197b4c121edb7974b02a52e (diff)
downloadbugzilla-36bfbfd3252599a596470c05a359dfb680c85159.tar.gz
bugzilla-36bfbfd3252599a596470c05a359dfb680c85159.tar.xz
Bug 781059 part 2: -moz-border-radius is obsolete and must be replaced by the standard border-radius CSS property
Diffstat (limited to 'skins/standard')
-rw-r--r--skins/standard/show_bug.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/standard/show_bug.css b/skins/standard/show_bug.css
index 99c0b405e..8214ce5f4 100644
--- a/skins/standard/show_bug.css
+++ b/skins/standard/show_bug.css
@@ -2,7 +2,7 @@
margin: 8px 0;
padding: 0.3em;
background-color: rgb(208, 208, 208);
- -moz-border-radius: 0.5em;
+ border-radius: 0.5em;
font-size: 125%;
font-weight: bold;
}