From 6855f119dd36dbc740a1eb3141895665b4062bb6 Mon Sep 17 00:00:00 2001 From: Daniel Sinn Date: Thu, 24 Dec 2015 01:18:50 -0500 Subject: [PATCH] Need line-height: 0 on keypad li's welp, that was easy --- ktane.css | 1 + 1 file changed, 1 insertion(+) diff --git a/ktane.css b/ktane.css index f822d9a..6ce5f43 100755 --- a/ktane.css +++ b/ktane.css @@ -126,6 +126,7 @@ h2 { border: 1px solid black; border-bottom: 0; cursor: pointer; + line-height: 0; } #sectionKeypads li:last-child { border-bottom: 1px solid black;