From fdd80b10f068a894f30fb533070755b55f41ee0c Mon Sep 17 00:00:00 2001 From: Daniel Sinn Date: Tue, 29 Dec 2015 12:37:06 -0500 Subject: [PATCH] Apply brevity to Venn diagram module too --- ktane.css | 2 +- ktane.js | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) 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: {