This commit is contained in:
felixfontein 2023-05-08 05:26:33 +00:00
parent c479552a89
commit 9c738a315e

View file

@ -471,9 +471,10 @@ tr .ansibleOptionLink {
} }
/* /*
* Without this, * Without this,
* for example most links in the page's TOC aren't usable anymore * for example most links in the page's TOC aren't usable anymore, and tables
* sometimes overlap the text above
* */ * */
section a[id] { section a[id], section table[id] {
padding-top: 0; padding-top: 0;
margin-top: 0; margin-top: 0;
} }