1
0

less vertical space, no line wrapping in table

This commit is contained in:
Simon Michael
2018-06-11 10:56:03 -07:00
parent 9892a3ac98
commit b45086f42f
2 changed files with 2 additions and 2 deletions

View File

@@ -136,7 +136,7 @@ Glad you asked! See below, and also <a href="#comparisons">comparisons</a>. hled
</div>
<h3 id="ledger-likes">Ledger-likes</h3>
<style>
th, td { border:none; padding-top:0; border-bottom:thin solid #ddd;}
th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid #ddd; white-space:nowrap; }
</style>
<!-- sorted by committers -->
<!-- syntax: http://pandoc.org/README.html#tables -->

View File

@@ -218,7 +218,7 @@ Glad you asked! See below, and also [comparisons](#comparisons). hledger's FAQ d
### Ledger-likes
<style>
th, td { border:none; padding-top:0; border-bottom:thin solid #ddd;}
th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid #ddd; white-space:nowrap; }
</style>
<!-- sorted by committers -->
<!-- syntax: http://pandoc.org/README.html#tables -->