click on cells to toggle while 2d automaton stopped
[cellular-automaton.git] / style.css
index 8145b7e..08b7991 100644 (file)
--- a/style.css
+++ b/style.css
@@ -6,10 +6,12 @@ canvas {
     float:left;
     width:150px;
     }
+#controls .control, #controls .label {
+    font-weight: bold;
+    }
 #controls .control {
     cursor: pointer;
-    font-weight: bold;
     }
 #highlight-seed, #stop-automaton {
     display: none;
-}
+    }