Fixed WebGL earth

This commit is contained in:
Victoria Wang 2015-05-04 15:30:48 -07:00
parent f00e5d0757
commit 0834651363
2 changed files with 101 additions and 59 deletions

View file

@ -1886,4 +1886,8 @@ table#latest-visitors {
white-space: nowrap;
text-overflow: ellipsis;
}
}
#earth_div {
width: 100%;
height: 500px
}