From 9c738a315e098b398e8bf8502afa4e31f00bd48d Mon Sep 17 00:00:00 2001 From: felixfontein Date: Mon, 8 May 2023 05:26:33 +0000 Subject: [PATCH] deploy: dd1e48c388c65d40e898fb65f034d404d7d08289 --- branch/main/_static/css/ansible.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/branch/main/_static/css/ansible.css b/branch/main/_static/css/ansible.css index bf839ba..cb62348 100644 --- a/branch/main/_static/css/ansible.css +++ b/branch/main/_static/css/ansible.css @@ -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; }