X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=style.css;h=08b7991737ed8dfe343eb361045c39e275ed1a27;hb=4aff4ddc2edf85b1eb846c7e126545f1a9e9bd33;hp=1475fb16c8c5830c5ef4c98ed78ceb391a7335d0;hpb=dffe6fd64e57b88a30725c8b197d29d75c7534c9;p=cellular-automaton.git diff --git a/style.css b/style.css index 1475fb1..08b7991 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; }