mirror of
https://github.com/danbulant/api_docs
synced 2026-05-27 13:52:12 +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 {
|
table {
|
||||||
|
margin-bottom: 1em;
|
||||||
th,td {
|
th,td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue