]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 781059 part 2: -moz-border-radius is obsolete and must be replaced by the standar...
authorFrédéric Buclin <LpSolit@gmail.com>
Sun, 12 Aug 2012 12:14:38 +0000 (14:14 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Sun, 12 Aug 2012 12:14:38 +0000 (14:14 +0200)
skins/standard/show_bug.css

index 99c0b405e6790e0d9df959a2426562512fe33dde..8214ce5f43ba527d3d2172bf75db00f9471e1cae 100644 (file)
@@ -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;
 }