Need line-height: 0 on keypad li's

welp, that was easy
This commit is contained in:
Daniel Sinn
2015-12-24 01:18:50 -05:00
parent 679d76dd4b
commit 6855f119dd
+1
View File
@@ -126,6 +126,7 @@ h2 {
border: 1px solid black; border: 1px solid black;
border-bottom: 0; border-bottom: 0;
cursor: pointer; cursor: pointer;
line-height: 0;
} }
#sectionKeypads li:last-child { #sectionKeypads li:last-child {
border-bottom: 1px solid black; border-bottom: 1px solid black;