From: Amin Bandali Date: Sun, 30 Jun 2019 05:35:28 +0000 (-0400) Subject: remove vertical padding around .btable td X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/commitdiff_plain/fff947358dc21e55aa0e69b1a7f4ab371c3b25b0 remove vertical padding around .btable td --- 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}