This commit is contained in:
felixfontein
2023-05-08 09:19:26 +00:00
parent d495b11556
commit 644b081d09

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;
}