From: Frédéric Buclin Date: Sun, 12 Aug 2012 12:14:38 +0000 (+0200) Subject: Bug 781059 part 2: -moz-border-radius is obsolete and must be replaced by the standar... X-Git-Tag: bugzilla-4.2.3~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36bfbfd3252599a596470c05a359dfb680c85159;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 99c0b405e6..8214ce5f43 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; }