From: Dylan Lloyd Date: Sun, 16 Dec 2012 17:51:23 +0000 (-0500) Subject: size adjustments and divs->spans X-Git-Url: https://disinclined.org/git/?a=commitdiff_plain;h=0089a727bc2703b5c27250b774f04bde0a5aa68f;p=cellular-automaton.git size adjustments and divs->spans --- diff --git a/1d.js b/1d.js index cac53ea..bff03cb 100644 --- a/1d.js +++ b/1d.js @@ -1,7 +1,7 @@ $(document).ready(function(){ - var cells = 20; - var generations = 10; + var cells = 100; + var generations = 100; var state = { '000' : '0', diff --git a/index.php b/index.php index e78d7a6..c95cf4c 100644 --- a/index.php +++ b/index.php @@ -10,12 +10,13 @@

2D

-
Start automaton
-
Stop automaton
-
Reset automaton
-
Highlight seed
-
- Generation: 0 + Start automaton + Stop automaton + Reset automaton + Highlight seed +

+ 2500 cells
+ Generation: 0
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; }