X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=style.css;h=6663281ad088fe8fb8e57926ae561eee200bb44d;hb=0089a727bc2703b5c27250b774f04bde0a5aa68f;hp=e6005a96397b68bda35e0c5a03a812aa5eb61e82;hpb=5e9835296b4f407f759f0c165f2d33500a73f2ce;p=cellular-automaton.git diff --git a/style.css b/style.css index e6005a9..6663281 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; +}