This commit is contained in:
felixfontein 2023-05-08 09:19:04 +00:00
parent b6a61b8637
commit 98862e8653

View File

@ -471,9 +471,10 @@ tr .ansibleOptionLink {
}
/*
* 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;
margin-top: 0;
}