remove vertical padding around .btable td
authorAmin Bandali <bandali@gnu.org>
Sun, 30 Jun 2019 05:35:28 +0000 (01:35 -0400)
committerAmin Bandali <bandali@gnu.org>
Sun, 30 Jun 2019 05:35:28 +0000 (01:35 -0400)
style.css

index 17999c7..e211e8d 100644 (file)
--- 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}