renamed a template popcorn-port
authorhamidouk
Thu, 10 Nov 2011 17:25:30 +0100
branchpopcorn-port
changeset 228 53d8d95a0079
parent 227 0eb060a3b656
child 229 808768eb5930
child 231 accc7358d8b5
renamed a template
src/templates/overlay_marker.html
src/templates/segment_marker.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/templates/overlay_marker.html	Thu Nov 10 17:25:30 2011 +0100
@@ -0,0 +1,3 @@
+{{! the template for the small white bars which is z-indexed over our segment widget }}
+<div class='positionMarker' style='position: absolute; z-index: 100; width: 1px; height: 20px; background-color: white;'>
+</div>
\ No newline at end of file
--- a/src/templates/segment_marker.html	Thu Nov 10 15:13:46 2011 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-{{! the template for the small white bars which is z-indexed over our segment widget }}
-<div style='position: absolute; z-index: 100; width: 1px; height: 20px; background-color: white;'>
-</div>
\ No newline at end of file