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