click on cells to toggle while 2d automaton stopped
[cellular-automaton.git] / style.css
index e6005a9..08b7991 100644 (file)
--- a/style.css
+++ b/style.css
@@ -6,12 +6,12 @@ canvas {
     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;
     }