This commit is contained in:
felixfontein
2023-06-24 08:32:47 +00:00
parent 8662ec7810
commit 7fa75552fb
51 changed files with 1306 additions and 1019 deletions

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

File diff suppressed because one or more lines are too long