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
This commit is contained in:
parent
49b775f0f7
commit
de826b437d
2 changed files with 17 additions and 4017 deletions
|
@ -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…
Reference in a new issue