Index: /trunk/styles/standard/potlatch2.mapcss
===================================================================
--- /trunk/styles/standard/potlatch2.mapcss	(revision 4770)
+++ /trunk/styles/standard/potlatch2.mapcss	(revision 4771)
@@ -1,2 +1,3 @@
+/* THIS FILE IS AUTO-GENERATED (SEE styles_nodist/potlatch2/README) */
 /*
 
Index: /trunk/styles_nodist/potlatch2/README
===================================================================
--- /trunk/styles_nodist/potlatch2/README	(revision 4770)
+++ /trunk/styles_nodist/potlatch2/README	(revision 4771)
@@ -13,5 +13,5 @@
         
  * styles/standard/potlatch2.mapcss
-        concatination of the patched files; the ant task 'assemble' helps with this
+        concatination of the patched files; the ant task 'assemble' helps with this (use build.xml in the current folder)
 
 When updating from upstream, keep all 4 locations in sync.
Index: /trunk/styles_nodist/potlatch2/build.xml
===================================================================
--- /trunk/styles_nodist/potlatch2/build.xml	(revision 4770)
+++ /trunk/styles_nodist/potlatch2/build.xml	(revision 4771)
@@ -4,4 +4,6 @@
     <target name="assemble">
         <concat destfile="../../styles/standard/potlatch2.mapcss">
+            <header trimleading="yes">/* THIS FILE IS AUTO-GENERATED (SEE styles_nodist/potlatch2/README) */
+            </header>
             <filelist dir="." files="prelude.css"/>
             <filelist dir="patched" files="core_ways.css,core_pois.css,core_landuse.css,core_relations.css,potlatch.css"/>
Index: /trunk/styles_nodist/potlatch2/patched/core_ways.css
===================================================================
--- /trunk/styles_nodist/potlatch2/patched/core_ways.css	(revision 4770)
+++ /trunk/styles_nodist/potlatch2/patched/core_ways.css	(revision 4771)
@@ -55,5 +55,5 @@
 
 way[railway=rail]
-	{ z-index: 6; color: black; width: 5; }
+	{ z-index: 6; color: black; width: 5; dashes: 0; }
 way[railway=rail]::rail_over
 	{ z-index: 7; color: white; width: 3; dashes: 12,12; }
