diff --git a/docsite/_static/ansible-local.css b/docsite/_static/ansible-local.css new file mode 100644 index 00000000000..5fb48d0498d --- /dev/null +++ b/docsite/_static/ansible-local.css @@ -0,0 +1,8 @@ +/* Local CSS tweaks for ansible */ +.dropdown-menu { + overflow-y: auto; +} + +h2 { + padding-top: 40px; +} \ No newline at end of file diff --git a/docsite/_themes/bootstrap/layout.html b/docsite/_themes/bootstrap/layout.html index 1d377d48b86..30f8add71cd 100644 --- a/docsite/_themes/bootstrap/layout.html +++ b/docsite/_themes/bootstrap/layout.html @@ -1,6 +1,6 @@ {% extends "basic/layout.html" %} {% set script_files = script_files + ['_static/bootstrap-dropdown.js', '_static/bootstrap-scrollspy.js'] %} -{% set css_files = ['_static/bootstrap.css', '_static/bootstrap-sphinx.css'] + css_files %} +{% set css_files = ['_static/bootstrap.css', '_static/bootstrap-sphinx.css', '_static/ansible-local.css'] + css_files %} {# Sidebar: Rework into our Boostrap nav section. #} {% macro navBar() %} @@ -97,6 +97,20 @@ s.parentNode.insertBefore(ga, s); })(); + + {% endblock %} diff --git a/docsite/_themes/bootstrap/localtoc.html b/docsite/_themes/bootstrap/localtoc.html index 6f1bc8433fc..d3014cf7fa3 100644 --- a/docsite/_themes/bootstrap/localtoc.html +++ b/docsite/_themes/bootstrap/localtoc.html @@ -1,5 +1,5 @@