From: Frédéric Buclin Date: Sun, 12 Aug 2012 12:12:21 +0000 (+0200) Subject: Bug 781059 part 2: -moz-border-radius is obsolete and must be replaced by the standar... X-Git-Tag: bugzilla-4.3.3~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faf9c432e75a871db9b5e3efcd2fa76010b634c9;p=thirdparty%2Fbugzilla.git Bug 781059 part 2: -moz-border-radius is obsolete and must be replaced by the standard border-radius CSS property --- diff --git a/skins/standard/show_bug.css b/skins/standard/show_bug.css index fb47335bec..b776b60bce 100644 --- a/skins/standard/show_bug.css +++ b/skins/standard/show_bug.css @@ -10,7 +10,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; }