X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=style.css;h=6663281ad088fe8fb8e57926ae561eee200bb44d;hb=0089a727bc2703b5c27250b774f04bde0a5aa68f;hp=8145b7ed97bb6d5bc90369746d87fc639ab9515f;hpb=52001e2bd601ee0528cae9fc5dd19ea4bae460b1;p=cellular-automaton.git diff --git a/style.css b/style.css index 8145b7e..6663281 100644 --- a/style.css +++ b/style.css @@ -6,10 +6,12 @@ canvas { float:left; width:150px; } +#controls .control, #controls .label { + font-weight: bold; +} #controls .control { cursor: pointer; - font-weight: bold; - } +} #highlight-seed, #stop-automaton { display: none; }