diff --git a/ktane.css b/ktane.css
index cca283c..ce90081 100755
--- a/ktane.css
+++ b/ktane.css
@@ -102,7 +102,7 @@ nav {
line-height: 150%;
list-style-type: none;
margin: 0;
- padding-left: 0.2em;
+ padding: 0.1em 0.5em;
}
#sectionWires button {
diff --git a/ktane.js b/ktane.js
index ecb4ae8..d5b0b74 100755
--- a/ktane.js
+++ b/ktane.js
@@ -593,11 +593,11 @@ $('section').each(function () {
* Venn diagram
*/
var instructions = {
- C: 'Cut the wire',
- D: 'Do not cut the wire',
- S: 'If the last digit of the serial number is even, cut the wire',
- P: 'If the bomb has a parallel port, cut the wire',
- B: 'If the bomb has two or more batteries, cut the wire'
+ C: 'Cut',
+ D: 'Do not cut',
+ S: 'If last digit of serial is even, cut',
+ P: 'If parallel port, cut',
+ B: 'If 2+ \ud83d\udd0b, cut'
},
conditions = { // Initialize
false: {