ansible/docs
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
..
api docs: PEP8 compliance (#24681) 2017-05-30 18:08:25 +01:00
bin Make alias autodetection for symlinked modules independent of glob() order. (#40293) 2018-05-24 22:48:59 -05:00
docsite Use colspan on td instead of divs for hierarchical tables (#39948) 2018-05-31 12:58:33 -05:00
man
templates Use colspan on td instead of divs for hierarchical tables (#39948) 2018-05-31 12:58:33 -05:00