mirror of
https://github.com/csharpee/Map-Projections.git
synced 2025-12-12 00:00:17 -05:00
slightly adjust css for readability
This commit is contained in:
parent
ac2c4fd61a
commit
c488154e58
@ -38,10 +38,6 @@
|
|||||||
A map of the world, showing all countries' defacto borders, with major lakes overlaid. Borders precise to 110km. Equirectangular projection.
|
A map of the world, showing all countries' defacto borders, with major lakes overlaid. Borders precise to 110km. Equirectangular projection.
|
||||||
</desc>
|
</desc>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.water {
|
|
||||||
fill:#ffffff;
|
|
||||||
stroke:none;
|
|
||||||
}
|
|
||||||
.country {
|
.country {
|
||||||
stroke:#ffffff;
|
stroke:#ffffff;
|
||||||
stroke-width:.1;
|
stroke-width:.1;
|
||||||
@ -59,6 +55,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
.water {
|
||||||
|
fill:#ffffff;
|
||||||
|
stroke:none;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<rect class="water" width="100%" height="100%" />
|
<rect class="water" width="100%" height="100%" />
|
||||||
<g transform="matrix(1,0,0,-1,180,90)">
|
<g transform="matrix(1,0,0,-1,180,90)">
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 192 KiB After Width: | Height: | Size: 192 KiB |
Loading…
x
Reference in New Issue
Block a user