less vertical space, no line wrapping in table
This commit is contained in:
@@ -136,7 +136,7 @@ Glad you asked! See below, and also <a href="#comparisons">comparisons</a>. hled
|
|||||||
</div>
|
</div>
|
||||||
<h3 id="ledger-likes">Ledger-likes</h3>
|
<h3 id="ledger-likes">Ledger-likes</h3>
|
||||||
<style>
|
<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>
|
</style>
|
||||||
<!-- sorted by committers -->
|
<!-- sorted by committers -->
|
||||||
<!-- syntax: http://pandoc.org/README.html#tables -->
|
<!-- syntax: http://pandoc.org/README.html#tables -->
|
||||||
|
|||||||
2
index.md
2
index.md
@@ -218,7 +218,7 @@ Glad you asked! See below, and also [comparisons](#comparisons). hledger's FAQ d
|
|||||||
### Ledger-likes
|
### Ledger-likes
|
||||||
|
|
||||||
<style>
|
<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>
|
</style>
|
||||||
<!-- sorted by committers -->
|
<!-- sorted by committers -->
|
||||||
<!-- syntax: http://pandoc.org/README.html#tables -->
|
<!-- syntax: http://pandoc.org/README.html#tables -->
|
||||||
|
|||||||
Reference in New Issue
Block a user