style changes
authorDylan Lloyd <dylan@dylansserver.com>
Sun, 16 Dec 2012 14:49:43 +0000 (09:49 -0500)
committerDylan Lloyd <dylan@dylansserver.com>
Sun, 16 Dec 2012 14:49:43 +0000 (09:49 -0500)
index.php
style.css

index e838f18..bce9967 100644 (file)
--- a/index.php
+++ b/index.php
@@ -8,11 +8,10 @@
   <body>
     <div id='container'>
       <canvas width='750px' height='750px' id='canvas'></canvas>
+      <div id='controls'>
+        <h1>2D</h1>
+        Generation: <span id='generation'>0</span>
+      </div>
     </div>
-    <div id='controls'>
-    <h1>2D</h1>
-    Generation: <span id='generation'>0</span>
-    </div>
-    <div id='markup'>test</div>
   </body>
 </html>
index 668ed4e..e6005a9 100644 (file)
--- a/style.css
+++ b/style.css
@@ -1,12 +1,9 @@
 canvas {
-    position: absolute;
-    top: 1px;
-    left: 1px;
     margin: 20px;
-    border: 1px solid black;
+    float:left;
     }
 #controls {
-    float:right;
+    float:left;
     width:150px;
     }
 #controls li {