From 3f1fd35ab2f6c1e46e552d3599d09860e7f3b433 Mon Sep 17 00:00:00 2001 From: Matthew Juhl <mjuhl24@gmail.com> Date: Tue, 1 Sep 2009 20:45:01 +0000 Subject: [PATCH] Capitalize city name in map bubble --- customindex/views/default/customindex/metatags.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/customindex/views/default/customindex/metatags.php b/customindex/views/default/customindex/metatags.php index 8db9d37d..344aa0d1 100644 --- a/customindex/views/default/customindex/metatags.php +++ b/customindex/views/default/customindex/metatags.php @@ -16,6 +16,12 @@ ?> +<style type="text/css"> +p.witw_location { + text-transform: capitalize; +} +</style>" + <!--[if IE]> <style type="text/css"> #FE_InfoWindow { -- GitLab