blob: 0d6b494d605e7741491d3c614e18ae7e14544333 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#map {
background-repeat: no-repeat;
background-size: 100% 100%;
width: 1000px;
height: 850px;
overflow: clip;
}
#map {
background-image: url(images/map75.png);
}
@media (min-resolution: 97dpi) {
#map {
background-image: url(images/map100.png);
}
}
|