mirror of
https://github.com/csharpee/Map-Projections.git
synced 2025-12-10 00:00:19 -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.
|
||||
</desc>
|
||||
<style type="text/css">
|
||||
.water {
|
||||
fill:#ffffff;
|
||||
stroke:none;
|
||||
}
|
||||
.country {
|
||||
stroke:#ffffff;
|
||||
stroke-width:.1;
|
||||
@ -59,6 +55,10 @@
|
||||
}
|
||||
}
|
||||
*/
|
||||
.water {
|
||||
fill:#ffffff;
|
||||
stroke:none;
|
||||
}
|
||||
</style>
|
||||
<rect class="water" width="100%" height="100%" />
|
||||
<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