created populate function to seed from serialize
[cellular-automaton.git] / style.css
1 canvas {
2 margin: 20px;
3 float:left;
4 }
5 #controls {
6 float:left;
7 width:150px;
8 }
9 #controls .control, #controls .label {
10 font-weight: bold;
11 }
12 #controls .control {
13 cursor: pointer;
14 }
15 #highlight-seed, #stop-automaton {
16 display: none;
17 }