summaryrefslogtreecommitdiff
path: root/docs/docsite/_themes
diff options
context:
space:
mode:
authorscottb <dharmabumstead@users.noreply.github.com>2018-04-06 20:34:31 -0700
committerGitHub <noreply@github.com>2018-04-06 20:34:31 -0700
commit785964ea978b1f4a73f0533697afdb3da373cd43 (patch)
tree295effd9c0683b8ae8f9dfcd145bd92e5c1ffd6e /docs/docsite/_themes
parent42d15671d092bb6ac422f8ae2e2905c8d8a77c94 (diff)
downloadansible-785964ea978b1f4a73f0533697afdb3da373cd43.tar.gz
Tweaks docs CSS to fix minor issue with main content page display cutting off at the bottom. (#38432)
Diffstat (limited to 'docs/docsite/_themes')
-rw-r--r--docs/docsite/_themes/sphinx_rtd_theme/static/css/theme.css4
1 files changed, 2 insertions, 2 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 19e4be1f50..cbd66b70e2 100644
--- a/docs/docsite/_themes/sphinx_rtd_theme/static/css/theme.css
+++ b/docs/docsite/_themes/sphinx_rtd_theme/static/css/theme.css
@@ -1688,9 +1688,9 @@ code.code-large,.rst-content tt.code-large{font-size:90%}
.wy-nav-top i{font-size:30px;float:left;cursor:pointer;padding-top:inherit}
@media screen and (max-width: 768px){.wy-nav-content-wrap{margin-top: 30px;margin-left: 300px;width: 100%;float:left;background:#fcfcfc;min-height:100%;position:fixed;top:15px;}
}
-@media screen and (min-width: 768px){.wy-nav-content-wrap{margin-top: 30px;margin-left: 300px;width: calc(100% - 300px);float:left;background:#fcfcfc;min-height:100%}
+@media screen and (min-width: 768px){.wy-nav-content-wrap{margin-top: 0px;margin-left: 300px;width: calc(100% - 300px);float:left;background:#fcfcfc;min-height:100%}
}
-.wy-nav-content{padding:1.618em 3.236em;height:100%;margin:auto;overflow-x: hidden;overflow-y: scroll;position: fixed;width: inherit}
+.wy-nav-content{padding:1.618em 3.236em;height:100%;margin:auto;overflow-x: hidden;overflow-y: scroll;position: fixed;width: inherit;padding-bottom: 50px}
.wy-body-mask{position:fixed;width:100%;height:100%;background:rgba(0,0,0,0.2);display:none;z-index:499}
.wy-body-mask.on{display:block}
footer{color:gray}