X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=style.css;h=6663281ad088fe8fb8e57926ae561eee200bb44d;hb=0089a727bc2703b5c27250b774f04bde0a5aa68f;hp=668ed4eb386ed531f40c28e9994c7fcd02481023;hpb=ede4376ae858e2d6241d3842355cdbe1ad26a4d1;p=cellular-automaton.git diff --git a/style.css b/style.css index 668ed4e..6663281 100644 --- a/style.css +++ b/style.css @@ -1,20 +1,17 @@ canvas { - position: absolute; - top: 1px; - left: 1px; margin: 20px; - border: 1px solid black; + 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; +}