ansible/docs/docsite/_themes/sphinx_rtd_theme
Brian Campbell fa5c0282a4 Use colspan on td instead of divs for hierarchical tables (#39948)
Address Firefox table-rendering issues in docs. Refactor to use colspan to provide table cells which can vary in width and indentation; the outermost has the greatest colspan, and each nested key has a colspan of one less than the parent, with padding cells for indentation.
Apply styling to table cells to get the table height to work without hacks or browser-specific
styling.  Simplify the markup and CSS by removing extra divs. Use two passes over the options, return values, and return facts in the Jinja2 module-docs template: one to determine the maximum nesting depth to compute the maximum colspan needed, plus one to lay out the rows.
2018-05-31 12:58:33 -05:00
..
static Use colspan on td instead of divs for hierarchical tables (#39948) 2018-05-31 12:58:33 -05:00
__init__.py
breadcrumbs.html Fix the automatic docsite_pr label (#37999) 2018-04-05 10:48:37 -07:00
footer.html Improve module docs return values (#36943) 2018-03-06 10:46:19 +00:00
layout.html Fixes CSS so docs display properly on mobile (#38373) 2018-04-05 23:20:24 -07:00
search.html
searchbox.html
theme.conf
versions.html