ansible/docs/docsite/_themes/srtd
Brian Campbell 7d3ce99a6f 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.
(cherry picked from commit fa5c0282a4)
2018-06-01 10:37:39 -07:00
..
static Use colspan on td instead of divs for hierarchical tables (#39948) 2018-06-01 10:37:39 -07:00
__init__.py
breadcrumbs.html docsite: Add 'Edit on GitHub' for module docs (#36667) 2018-02-24 03:57:37 +01:00
footer.html docsite: Add 'Edit on GitHub' for module docs (#36667) 2018-02-24 03:57:37 +01:00
layout.html Core Docs Refactor and Redesign (#36067) 2018-02-13 07:23:55 -08:00
search.html
theme.conf
versions.html