summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlicia Cozine <879121+acozine@users.noreply.github.com>2019-05-21 12:48:51 -0500
committerGitHub <noreply@github.com>2019-05-21 12:48:51 -0500
commit45e9ff7eb42d897214a932b48070a6eba5a55162 (patch)
treea2d346554c71ab0d33e523c64c2796cf5592aadd
parent674980afcc30ca1a3b03ecd576a7a67e00e9ab7c (diff)
downloadansible-45e9ff7eb42d897214a932b48070a6eba5a55162.tar.gz
Removed misleading padding from highlighted results of a search query (#55464) (#56653)
(cherry picked from commit 0330ea616eee7183920be45a34737f0d72aaf184)
-rw-r--r--docs/docsite/_themes/sphinx_rtd_theme/static/css/theme.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/_themes/sphinx_rtd_theme/static/css/theme.css b/docs/docsite/_themes/sphinx_rtd_theme/static/css/theme.css
index 655e4f40fc..70869d51cc 100644
--- a/docs/docsite/_themes/sphinx_rtd_theme/static/css/theme.css
+++ b/docs/docsite/_themes/sphinx_rtd_theme/static/css/theme.css
@@ -1758,7 +1758,7 @@ footer span.commit code,footer span.commit .rst-content tt,.rst-content footer s
.rst-content .sidebar p,.rst-content .sidebar ul,.rst-content .sidebar dl{font-size:90%}
.rst-content .sidebar .last{margin-bottom:0}
.rst-content .sidebar .sidebar-title{display:block;font-family:"Roboto Slab","ff-tisa-web-pro","Georgia",Arial,sans-serif;font-weight:bold;background:#e1e4e5;padding:6px 12px;margin:-24px;margin-bottom:24px;font-size:100%}
-.rst-content .highlighted{background:#F1C40F;display:inline-block;font-weight:bold;padding:0 6px}
+.rst-content .highlighted{background:#F1C40F;display:inline-block;font-weight:bold;}
.rst-content .footnote-reference,.rst-content .citation-reference{vertical-align:baseline;position:relative;top:-0.4em;line-height:0;font-size:90%}
.rst-content table.docutils.citation,.rst-content table.docutils.footnote{background:none;border:none;color:gray}
.rst-content table.docutils.citation td,.rst-content table.docutils.citation tr,.rst-content table.docutils.footnote td,.rst-content table.docutils.footnote tr{border:none;background-color:transparent !important;white-space:normal}