]> git.openstreetmap.org Git - rails.git/blob - public/potlatch2/stylesheets/gpx.css
Update Potlatch 2 to 2.0 build
[rails.git] / public / potlatch2 / stylesheets / gpx.css
1 /*
2
3         Wireframe stylesheet for GPS tracks
4         
5 */
6
7 way { z-index: 2; width: 1; color: cyan; } 
8 node :poi { z-index: 2; 
9                         icon-image: circle; icon-width: 4; 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