summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDag Wieers <dag@wieers.com>2018-02-24 17:16:40 +0100
committerGitHub <noreply@github.com>2018-02-24 17:16:40 +0100
commit5da948f7923c7049a3f0a3f3213a17c588cb1699 (patch)
treea5a82c2c945c49942a77cc39cc4e26f04fde6468
parent8a040415f9871a033e1ccb176ff4a327613d7991 (diff)
downloadansible-5da948f7923c7049a3f0a3f3213a17c588cb1699.tar.gz
Fix rendering docsite on smartphone/tablets (#36675)
-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 1eaf1b7e4c..90040e9222 100644
--- a/docs/docsite/_themes/sphinx_rtd_theme/static/css/theme.css
+++ b/docs/docsite/_themes/sphinx_rtd_theme/static/css/theme.css
@@ -1686,7 +1686,7 @@ code.code-large,.rst-content tt.code-large{font-size:90%}
.wy-nav-top a{color:#fff;font-weight:bold}
.wy-nav-top img{margin-right:12px;height:45px;width:45px;background-color:#2980B9;padding:5px;border-radius:100%}
.wy-nav-top i{font-size:30px;float:left;cursor:pointer;padding-top:inherit}
-.wy-nav-content-wrap{margin-top: 30px;margin-left: 300px;width: calc(100% - 310px);float:left;background:#fcfcfc;min-height:100%}
+.wy-nav-content-wrap{margin-top: 30px;margin-left: 300px;width: 100%;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}
.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}