Changeset 9343 in josm for trunk/styles_nodist
- Timestamp:
- 2016-01-08T00:33:39+01:00 (9 years ago)
- Location:
- trunk/styles_nodist/potlatch2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/styles_nodist/potlatch2/README
r6351 r9343 17 17 When updating from upstream, keep all 4 locations in sync. 18 18 19 At time of writing, the last update used 570240ab6a42a3efa007a7dd6110fe96d079b277 (2013-02-10) but better check the commit dates as well.19 At time of writing, the last update used 0a21b8bca71f6105c244cb52d7b7dcb5a840bd3a (2014-10-07) but better check the commit dates as well. -
trunk/styles_nodist/potlatch2/patched/core_pois.css
r9342 r9343 139 139 node[power=pole] { icon-image: icons/power_tower_low.n.16.png; z-index: 20; } 140 140 node[waterway=weir] { icon-image: icons/transport_weir.n.16.png; z-index: 20; } 141 /* Natural */ 142 node[natural=peak] { icon-image: icons/natural_peak.n.16.png; z-index: 20; text-offset:0; text: auto; font-size: 10; z-index: 20; } 143 node[natural=tree] { icon-image: icons/natural_tree.n.16.png; z-index: 20; text-offset:0; text: auto; font-size: 10; z-index: 20; } 141 144 142 145 /* Addressing */ -
trunk/styles_nodist/potlatch2/source/core_pois.css
r6351 r9343 131 131 node[power=pole] { icon-image: cross; icon-width: 7; width: 3; color: #444; z-index: 20; } 132 132 node[waterway=weir] { icon-image: icons/transport_weir.n.16.png; z-index: 20; } 133 /* Natural */ 134 node[natural=peak] { icon-image: icons/natural_peak.n.16.png; z-index: 20; text-offset:15; text: name; font-size: 10; z-index: 20; } 135 node[natural=tree] { icon-image: icons/natural_tree.n.16.png; z-index: 20; text-offset:15; text: name; font-size: 10; z-index: 20; } 133 136 134 137 /* Addressing */
Note:
See TracChangeset
for help on using the changeset viewer.