Minify theme (#61734)

* moved most ansible edits out of theme.css
* remove unnecessary edit to theme.css
* replace with upstream minified theme.css for 0.4.3
pull/61790/head
Sandra McCann 5 years ago committed by Alicia Cozine
parent 49b775f0f7
commit de826b437d

@ -176,6 +176,21 @@ table.documentation-table .value-required {
max-width: 100%;
}
/* Override sphinx_rtd_theme - keeps left-nav from overwriting Documentation title */
.wy-nav-side {
top: 45px;
}
.wy-grid-for-nav {
/* Ansible - changed to relative to remove extraneous side scroll bar */
position: relative;
}
/* Ansible - remove so highlight indenting is correct */
.rst-content .highlighted {
padding: 0 0px;
}
.DocSiteBanner {
display: flex;
display: -webkit-flex;

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save