remove broken features, there's a branch for that
[cellular-automaton.git] / style.css
index 1475fb1..08b7991 100644 (file)
--- a/style.css
+++ b/style.css
@@ -1,21 +1,17 @@
 canvas {
-    position: absolute;
-    top: 1px;
-    left: 1px;
-    border:1px solid black;
     margin: 20px;
-    width: 750px;
+    float:left;
     }
 #controls {
-    float:right;
+    float:left;
     width:150px;
     }
-#controls li {
-    cursor: pointer;
-    padding-bottom:15px;
+#controls .control, #controls .label {
     font-weight: bold;
-    list-style-type: none;
     }
-#markup {
-    display:none;
+#controls .control {
+    cursor: pointer;
+    }
+#highlight-seed, #stop-automaton {
+    display: none;
     }