From 18ad2e1d79e0ec7bfa0c6e6100b2f51c5feb3fec Mon Sep 17 00:00:00 2001 From: FrozenCow Date: Tue, 15 Feb 2011 13:33:40 +0100 Subject: [PATCH] Removed copyrights through flames' css. --- web/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/style.css b/web/style.css index 388c4c86..1b3f2a2d 100644 --- a/web/style.css +++ b/web/style.css @@ -2,6 +2,11 @@ html { height: 100% } body { height: 100%; margin: 0px; padding: 0px ; background-color: #000; } #mcmap { width:100%; height: 100% } +/* hide gmaps copyrights */ +div.map > DIV > DIV:first-child + DIV { visibility: hidden !important; } +div.map > DIV > DIV:first-child + DIV + DIV { visibility: hidden !important; } + + .map { width: 100%; height: 100%; background-color: black;