From fff947358dc21e55aa0e69b1a7f4ab371c3b25b0 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 30 Jun 2019 01:35:28 -0400 Subject: [PATCH] remove vertical padding around .btable td --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 17999c7..e211e8d 100644 --- a/style.css +++ b/style.css @@ -34,7 +34,7 @@ a:hover { font-size: 0.9em; font-weight: normal; } -.btable td {padding: 0.1rem 0.3rem} +.btable td {padding: 0 0.3rem} .btable td:first-child, .btable td:nth-child(3) {text-align: right} .btable td:first-child {padding-left: 0} .btable td:last-child {padding-right: 0} -- 2.20.1