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:
CHaBou 2017-05-19 19:00:46 +02:00 committed by Albin Ekblom
parent ca40869d5a
commit d35fb48dd2

View file

@ -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 {