From 52001e2bd601ee0528cae9fc5dd19ea4bae460b1 Mon Sep 17 00:00:00 2001 From: Dylan Lloyd Date: Sun, 16 Dec 2012 11:00:44 -0500 Subject: [PATCH] added some controls, reset doesn't work some problem with the object copy `automaton = seed` --- index.php | 5 +++++ style.css | 10 ++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/index.php b/index.php index bce9967..e78d7a6 100644 --- a/index.php +++ b/index.php @@ -10,6 +10,11 @@

2D

+
Start automaton
+
Stop automaton
+
Reset automaton
+
Highlight seed
+
Generation: 0
diff --git a/style.css b/style.css index e6005a9..8145b7e 100644 --- a/style.css +++ b/style.css @@ -6,12 +6,10 @@ canvas { float:left; width:150px; } -#controls li { +#controls .control { cursor: pointer; - padding-bottom:15px; font-weight: bold; - list-style-type: none; - } -#markup { - display:none; } +#highlight-seed, #stop-automaton { + display: none; +} -- 2.30.2