Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reduce size of font in navigation panel | Dan Allen | 2018-08-05 | 1 | -3/+8 |
| | |||||
* | use double quotes for quoted text in stylesheet | Dan Allen | 2018-04-06 | 1 | -1/+1 |
| | |||||
* | apply style to version links in explore panel to make them stand out more | Dan Allen | 2018-03-30 | 1 | -3/+9 |
| | |||||
* | rename current class to context in navigation explore panel | Dan Allen | 2018-03-27 | 1 | -3/+3 |
| | |||||
* | consolidate link styles | Dan Allen | 2018-02-08 | 1 | -5/+0 |
| | | | | | - set text decoration on link globally - only override text decoration on link where necessary | ||||
* | extract navigation drawer height as variable | Dan Allen | 2018-02-07 | 1 | -1/+1 |
| | |||||
* | add list-style none on inline (flex) lists | Dan Allen | 2018-02-04 | 1 | -0/+1 |
| | |||||
* | align templates with UI model | Dan Allen | 2018-01-02 | 1 | -11/+11 |
| | | | | | | | | | | | | | | - align templates with Antora's UI model - add relativize helper to relativize a root relative URL to the current page - add detag helper to strip HTML tags from content - detag page title in HTML title element - replace the term "domain" with "component" - rename navigation-component to navigation-menu - update navigation JavaScript to activate path to current page in navigation tree - update build preview task to assign correct properties on model - update sample UI model - remove page-versions and has-versions helpers - compare selected/latest/current using equality instead of checking boolean property | ||||
* | add CSS for UI shell | Dan Allen | 2017-10-24 | 1 | -0/+96 |
- add CSS for all UI elements outside of article content - add additional CSS classes to be activated by JavaScript - add Roboto and Roboto Mono font packages as dev dependencies - change navigation button in toolbar to a toggle |