mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-30 13:24:36 +02:00
deploy: dd1e48c388
This commit is contained in:
parent
c479552a89
commit
9c738a315e
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue