From f256d4e7e63dcf94591ec05d0beb493ba04102dd Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20A=2E=20Holm?= Date: Tue, 22 Feb 2011 18:14:21 +0100 Subject: [PATCH] style.css: Replace obsolete -moz-outline-style property with outline-style The "-moz-outline-style" property generates an error at the W3C CSS validator, saying the property doesn't exist. According to , this property is obsolete and the use of "outline-style" is preferred. (cherry picked from commit e3b5eab2971109d18332fe44fd396322bb148cfc) --- doc/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/style.css b/doc/style.css index 922b82a75..fa413cf24 100644 --- a/doc/style.css +++ b/doc/style.css @@ -485,7 +485,7 @@ a.openid_large_btn:focus { outline: none; } a.openid_large_btn:focus { - -moz-outline-style: none; + outline-style: none; } .openid_selected { border: 4px solid #DDD; -- 2.26.2