diff --git a/_stylesheets/docs.css b/_stylesheets/docs.css index ab4447431eba..e8df8d733d53 100644 --- a/_stylesheets/docs.css +++ b/_stylesheets/docs.css @@ -1171,6 +1171,7 @@ table > tbody > tr > td > div > div > p > code { .hdlist > table, .colist > table { border: 0; background: none; + margin-bottom: 0; } .hdlist > table > tbody > tr, .colist > table > tbody > tr { background: none; @@ -1191,7 +1192,7 @@ table > tbody > tr > td > div > div > p > code { vertical-align: top } .colist > table tr > td:last-of-type { - padding: 0 0 1em 0; + padding: 0 0 0.5em 0; } .qanda > ol > li > p > em:only-child { color: #1d4b8f;