source: josm/trunk/nodist/styles/potlatch2/source/gpx.css@ 16006

Last change on this file since 16006 was 5215, checked in by bastiK, 12 years ago

update Potlatch 2 style from upstream. (Fixes casing-width)

File size: 297 bytes
Line 
1/*
2
3 Wireframe stylesheet for GPS tracks
4
5*/
6
7way { z-index: 2; width: 1; color: cyan; }
8node :poi { z-index: 2;
9 icon-image: circle; icon-width: 8; color: orange;
10 casing-color: red; casing-width: 1;
11 text-offset: 10; font-family: DejaVu; text: name; font-size: 9; text_color: red; }
12
Note: See TracBrowser for help on using the repository browser.