From a15b3edd3aa444e0934fa60540506e919e96bdea Mon Sep 17 00:00:00 2001 From: "luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f" Date: Fri, 13 Mar 2009 15:09:14 +0000 Subject: fixed css to hide google maps TOS links, i know, so bad... --- media/css/base.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/media/css/base.css b/media/css/base.css index 90d1899..2541cad 100644 --- a/media/css/base.css +++ b/media/css/base.css @@ -370,8 +370,10 @@ div#nav div.first { padding-top: 49px; } } /*This might be against the terms of service, but what the hell */ -img[src="http://maps.google.com/intl/en_us/mapfiles/poweredby.png"], -#map-canvas>div:first-child+div>*,img[src="http://maps.google.com/intl/en_us/mapfiles/poweredby.png"] { display: none; } +img[src="http://maps.google.com/intl/en_us/mapfiles/poweredby.png"] { display: none; } +#map-canvas div span { display: none;} +a[href="http://www.google.com/intl/en_us/help/terms_maps.html"] { display: none; } + /* -------------------- Disqus comments ------------------------- */ -- cgit v1.2.3