From 638456f81889af3623770eeadaed1c6c9d61c5a4 Mon Sep 17 00:00:00 2001 From: Ansis Brammanis Date: Thu, 21 Mar 2013 15:21:27 -0400 Subject: [PATCH] fix opera path halos fixes #1101 --- css/map.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/map.css b/css/map.css index fa5bba2ac..02989ea77 100644 --- a/css/map.css +++ b/css/map.css @@ -793,7 +793,7 @@ text.pointlabel { } /* Opera doesn't support dominant-baseline. See #715 */ -.opera .linelabel-halo, +.opera .linelabel-halo .textpath, .opera .linelabel .textpath { baseline-shift: -33%; dominant-baseline: auto;