X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=style.css;h=08b7991737ed8dfe343eb361045c39e275ed1a27;hb=eb70a4861e1e34d2b30b5e589cc5d4a07c0a18c9;hp=e6005a96397b68bda35e0c5a03a812aa5eb61e82;hpb=5e9835296b4f407f759f0c165f2d33500a73f2ce;p=cellular-automaton.git diff --git a/style.css b/style.css index e6005a9..08b7991 100644 --- a/style.css +++ b/style.css @@ -6,12 +6,12 @@ canvas { 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; }