size adjustments and divs->spans
[cellular-automaton.git] / style.css
index e6005a9..6663281 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;
+}