mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 21:28:40 -09:00
Doc: fix space between text and table (#1712)
* Doc: put margin top for <p>, not bottom * Doc: revert changes about <p> margins and add margin bottom to table
This commit is contained in:
parent
ca40869d5a
commit
d35fb48dd2
1 changed files with 2 additions and 0 deletions
|
|
@ -316,6 +316,7 @@
|
||||||
#content table {
|
#content table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content td > table {
|
#content td > table {
|
||||||
|
|
@ -510,6 +511,7 @@
|
||||||
#content table {
|
#content table {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content table td {
|
#content table td {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue