summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2019-08-30 14:44:41 -0400
committerToshio Kuratomi <a.badger@gmail.com>2019-09-11 14:02:29 -0700
commit631d07b8d5623b9fdc9acff3f1e9bbfc135dd8d7 (patch)
tree883b058eee95b6ee020b279c5dcaced9cfa11bd8 /docs
parent25905fc91ada8420bc829e65ef3df3842d0bf0fc (diff)
downloadansible-631d07b8d5623b9fdc9acff3f1e9bbfc135dd8d7.tar.gz
fix width (#61619)
(cherry picked from commit 1d40d2b572080aa4f3d68d1137a0e1b12a741721)
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/_static/ansible.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/docsite/_static/ansible.css b/docs/docsite/_static/ansible.css
index c5a04f1c81..f15d63aa75 100644
--- a/docs/docsite/_static/ansible.css
+++ b/docs/docsite/_static/ansible.css
@@ -171,6 +171,10 @@ table.documentation-table .value-required {
padding: 0.4045em 1.618em;
}
+/* Override sphinx rtd theme max-with of 800px */
+.wy-nav-content {
+ max-width: 100%;
+}
.DocSiteBanner {
display: flex;
@@ -345,7 +349,6 @@ table {
background-color: #000;
text-decoration: none;
font-family: 'Open Sans', sans-serif;
- width: 1100px;
}
@@ -427,7 +430,6 @@ table {
background-color: #000;
text-decoration: none;
font-family: 'Open Sans', sans-serif;
- width: 1100px;
}
@@ -451,7 +453,6 @@ table {
.ansibleNav{
height: 45px;
- width: 1100px;
font-size: 13px;
padding: 0px 60px 0px 0px;
}