diff --git a/index.html b/index.html
index 94c0ed1..a39db7e 100755
--- a/index.html
+++ b/index.html
@@ -43,7 +43,7 @@
-
+
If holding button, release when the timer contains the digit that corresponds to the strip colour:
@@ -186,7 +186,7 @@
-
+
diff --git a/ktane.css b/ktane.css
index fac318e..ffb5ed1 100755
--- a/ktane.css
+++ b/ktane.css
@@ -25,6 +25,10 @@ button {
border-width: 1px;
}
+.instruction {
+ background-color: #eee;
+ padding: 0.5em;
+}
.button {
padding: 0.2em;
}
@@ -143,10 +147,6 @@ nav {
border-style: solid;
border-width: 1px;
}
-#buttonInstruction {
- background-color: #eee;
- padding: 0.5em;
-}
#sectionKeypads ul {
display: inline-block;
diff --git a/ktane.js b/ktane.js
index d5b0b74..f1439d9 100755
--- a/ktane.js
+++ b/ktane.js
@@ -155,7 +155,7 @@ $('section').each(function () {
* Button
*/
var $section = $('#sectionButton'),
- $instruction = $('#buttonInstruction'),
+ $instruction = $section.find('.instruction'),
instruction;
$section.find('input').on('click', function () {
@@ -618,7 +618,7 @@ $('section').each(function () {
}
},
$checkboxes = $('#vennOptions > li > input'),
- $instruction = $('#vennInstruction');
+ $instruction = $('#sectionVenn .instruction');
// Red Blue Star LED
conditions[false][false][false][false] = 'C';