mirror of
https://github.com/webbukkit/dynmap.git
synced 2025-01-12 19:00:44 +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; }
|
body { height: 100%; margin: 0px; padding: 0px ; background-color: #000; }
|
||||||
#mcmap { width:100%; height: 100% }
|
#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 {
|
.map {
|
||||||
width: 100%; height: 100%;
|
width: 100%; height: 100%;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
|
Loading…
Reference in New Issue
Block a user