Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | offline.css: Add vertical margin to header and footer. | Ulrich Müller | 2020-02-03 | 1 | -1/+1 |
| | | | | | | | This should make a visible difference only for the top margin of the footer. Signed-off-by: Ulrich Müller <ulm@gentoo.org> | ||||
* | devbook.xsl: Add simple navigation in offline mode. | Ulrich Müller | 2020-02-03 | 1 | -0/+26 |
| | | | | | | This consists of "previous" and "next" links. Signed-off-by: Ulrich Müller <ulm@gentoo.org> | ||||
* | Support offline browsing. | Ulrich Müller | 2020-02-03 | 1 | -0/+19 |
Pass an "offline" flag to devbook.xsl, which disables loading of external assets and loads a simple CSS instead. This will replace the fragile patching in the app-doc/devmanual ebuild. offline.css was originally contributed (as fallback.css) by Lucas Ramage in bug 617724. Signed-off-by: Ulrich Müller <ulm@gentoo.org> |