static/tiles.css
changeset 13 a0cb32f3de3d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/static/tiles.css	Tue May 05 19:37:32 2009 +0300
@@ -0,0 +1,30 @@
+body {
+    margin: 0px;
+    padding: 0px;
+}
+
+#viewport {
+    overflow: hidden;
+    position: absolute;
+    /* width is specified inline */
+
+    top: 0px;
+    left: 0px;
+    width: 100%;
+    height: 100%;
+
+    cursor: move;
+
+    background-color: #E5E3DF;
+}
+
+#substrate {
+    position: absolute;
+    top: 0px; left: 0px;
+}
+
+#viewport img {
+    position: absolute;
+    border: none;
+}
+