From c7716ae86435a2789f088e76e777be25b27bea19 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Thu, 24 Jan 2013 16:11:47 -0500 Subject: [PATCH] Fix CSS typos --- css/app.css | 2 +- css/map.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 49c61ae9a..469be4419 100644 --- a/css/app.css +++ b/css/app.css @@ -81,7 +81,7 @@ em { } strong { - font-style: bold; + font-weight: bold; } a:visited, a { diff --git a/css/map.css b/css/map.css index f00f64431..4ac65a962 100644 --- a/css/map.css +++ b/css/map.css @@ -572,7 +572,7 @@ text.tag-oneway { */ .layer-halo path { - point-events: none; + pointer-events: none; stroke-linecap: round; stroke-linejoin: bevel; stroke-width: 20px;