X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=style.css;h=08b7991737ed8dfe343eb361045c39e275ed1a27;hb=eb70a4861e1e34d2b30b5e589cc5d4a07c0a18c9;hp=668ed4eb386ed531f40c28e9994c7fcd02481023;hpb=ede4376ae858e2d6241d3842355cdbe1ad26a4d1;p=cellular-automaton.git diff --git a/style.css b/style.css index 668ed4e..08b7991 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; }