mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-12-25 10:07:37 +01:00
Removed copyrights through flames' css.
This commit is contained in:
parent
5fb098259a
commit
18ad2e1d79
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user