From 0089a727bc2703b5c27250b774f04bde0a5aa68f Mon Sep 17 00:00:00 2001 From: Dylan Lloyd Date: Sun, 16 Dec 2012 12:51:23 -0500 Subject: [PATCH] size adjustments and divs->spans --- 1d.js | 4 ++-- index.php | 13 +++++++------ style.css | 6 ++++-- 3 files changed, 13 insertions(+), 10 deletions(-) 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; } -- 2.30.2