Fixed excess margin in outputted HTML tables (#28).

This commit is contained in:
Adam Waldenberg 2015-11-23 01:41:53 +01:00
parent aa7c720626
commit a39ee4dabb
1 changed files with 2 additions and 1 deletions

View File

@ -215,8 +215,9 @@
float: left;
padding: 0px 1em 0px 0px;
}}
table {{
table.table {{
font-size: small;
margin-bottom: 0px;
}}
table.table > tbody > tr > td {{
border: 1px solid #e8e8e8;