mirror of
https://github.com/ejwa/gitinspector.git
synced 2024-11-16 08:38:26 +01:00
Fixed excess margin in outputted HTML tables (#28).
This commit is contained in:
parent
aa7c720626
commit
a39ee4dabb
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue