From 8ae965eab0c718bfbf4700e33b9098775e22e434 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Wed, 8 Aug 2012 12:21:24 +0200 Subject: Bug 781059: -moz-border-radius is obsolete and must be replaced by the standard border-radius CSS property r=reed a=LpSolit --- skins/standard/global.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'skins/standard') diff --git a/skins/standard/global.css b/skins/standard/global.css index 07b289ec2..e829a7f52 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -38,8 +38,8 @@ border-left: 1px solid #747E93; border-right: 1px solid #747E93; border-bottom: 1px solid #747E93; - -moz-border-radius-bottomleft: 5px; - -moz-border-radius-bottomright: 5px; + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; padding: 0.5em; } @@ -88,8 +88,8 @@ width: 100%; background-color: #404D6C; color: #fff; - -moz-border-radius-topleft: 5px; - -moz-border-radius-topright: 5px; + border-top-left-radius: 5px; + border-top-right-radius: 5px; font-size: 110%; margin: 0; padding: 0.5em; -- cgit v1.2.3-24-g4f1b