forked from mtcontrib/leaftest
8 lines
174 B
CSS
8 lines
174 B
CSS
#map {
|
|
width: 98%;
|
|
height: 98%;
|
|
margin: 1% 1% 1% 1%;
|
|
image-rendering: -moz-crisp-edges; /* firefox */
|
|
image-rendering: pixelated; /* hopefully everyone eventually */
|
|
}
|