Removed copyrights through flames' css.

This commit is contained in:
FrozenCow 2011-02-15 13:33:40 +01:00
parent 5fb098259a
commit 18ad2e1d79
1 changed files with 5 additions and 0 deletions

View File

@ -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;