From 36bfbfd3252599a596470c05a359dfb680c85159 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sun, 12 Aug 2012 14:14:38 +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(-) 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; } -- cgit v1.2.3-24-g4f1b