From faf9c432e75a871db9b5e3efcd2fa76010b634c9 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sun, 12 Aug 2012 14:12:21 +0200 Subject: Bug 781059 part 2: -moz-border-radius is obsolete and must be replaced by the standard border-radius CSS property --- skins/standard/show_bug.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skins') diff --git a/skins/standard/show_bug.css b/skins/standard/show_bug.css index fb47335be..b776b60bc 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; } -- cgit v1.2.3-24-g4f1b