summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2009-03-13 15:09:14 +0000
committerluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2009-03-13 15:09:14 +0000
commita15b3edd3aa444e0934fa60540506e919e96bdea (patch)
treeb2b97346d3d3cfbfa030e999406441d603ac91e2
parentc8e1fdd61cda3b1d63facea4f630c4d4c0bdb92a (diff)
fixed css to hide google maps TOS links, i know, so bad...
-rw-r--r--media/css/base.css6
1 files 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 ------------------------- */