mirror of
https://github.com/danbulant/api_docs
synced 2026-05-21 05:08:48 +00:00
Add margin to bottom of tables
This commit is contained in:
parent
541998da39
commit
9e84ebf28c
1 changed files with 1 additions and 0 deletions
|
|
@ -113,6 +113,7 @@ html, body {
|
|||
}
|
||||
|
||||
table {
|
||||
margin-bottom: 1em;
|
||||
th,td {
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
|
|
|
|||
Loading…
Reference in a new issue