Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | merge !33 | Dan Allen | 2018-02-10 | 1 | -7/+9 | |
|\ | | | | | resolves #41 tighten margin above nested list | |||||
| * | tighten margin above nested list | Dan Allen | 2018-02-09 | 1 | -7/+9 | |
|/ | | | | | | - tighten margin above nested list - reorder nested list permutations - remove needless style for paragraph in list | |||||
* | merge !31 | Dan Allen | 2018-02-10 | 3 | -0/+98 | |
|\ | | | | | resolves #23 style keybinding reference | |||||
| * | document the UI elements and how to style them | Dan Allen | 2018-02-09 | 1 | -0/+63 | |
| | | ||||||
| * | style keybinding (kbd and span.keyseq) | Dan Allen | 2018-02-09 | 1 | -0/+34 | |
| | | ||||||
| * | apply the brand monospace font to the kbd element | Dan Allen | 2018-02-09 | 1 | -0/+1 | |
|/ | ||||||
* | merge !30 | Dan Allen | 2018-02-10 | 2 | -91/+69 | |
|\ | | | | | resolves #22 improve listing, admonition, example block titles | |||||
| * | style title on openblock | Dan Allen | 2018-02-09 | 1 | -1/+2 | |
| | | ||||||
| * | affix language tag when source block scrolls left-to-right | Dan Allen | 2018-02-09 | 1 | -10/+11 | |
| | | ||||||
| * | tweak styles for block titles and example blocks | Dan Allen | 2018-02-09 | 1 | -14/+17 | |
| | | | | | | | | | | | | | | | | | | - use darker color for block titles - align sizing of block titles to grid - tighten spacing between letters in block title - change box shadow around blocks to 1.75px - tighten letter spacing in language hover - reorder styles | |||||
| * | update sample page to align with source file | Dan Allen | 2018-02-09 | 1 | -19/+17 | |
| | | ||||||
| * | improve listing, admonition, example block titles | Sarah White | 2018-02-09 | 2 | -62/+37 | |
|/ | | | | | - set margin to 0 on pre - add example block content styles | |||||
* | remove auto width on images | Dan Allen | 2018-02-09 | 1 | -5/+0 | |
| | ||||||
* | update header styles for Antora docs | Dan Allen | 2018-02-09 | 3 | -8/+25 | |
| | | | | | | | | - adjust weight of bold elements in base.css - set color for nested links in brand - add padding to separator - style menu list divider - size icon in navbar | |||||
* | minor optimization to relativize helper | Dan Allen | 2018-02-09 | 1 | -1/+1 | |
| | ||||||
* | add padding below navigation list to allow slight overscroll | Dan Allen | 2018-02-08 | 1 | -1/+3 | |
| | ||||||
* | merge !29 | Dan Allen | 2018-02-08 | 1 | -5/+14 | |
|\ | | | | | | | resolves #38 correctly relativize URL when target ends with a fragment identifier | |||||
| * | correctly relativize URL when target ends with a fragment identifier | Dan Allen | 2018-02-08 | 1 | -5/+14 | |
|/ | ||||||
* | merge !28 | Dan Allen | 2018-02-08 | 8 | -26/+18 | |
|\ | | | | | | | resolves #40 style links in footer | |||||
| * | add missing page version to sample UI model | Dan Allen | 2018-02-08 | 1 | -0/+3 | |
| | | ||||||
| * | consolidate link styles | Dan Allen | 2018-02-08 | 7 | -31/+11 | |
| | | | | | | | | | | - set text decoration on link globally - only override text decoration on link where necessary | |||||
| * | style links in footer | Dan Allen | 2018-02-08 | 1 | -0/+9 | |
|/ | | | | | - color #5d5d5d - text decoration underline only on hover | |||||
* | merge !27 | Dan Allen | 2018-02-08 | 3 | -1/+19 | |
|\ | | | | | resolves #33 fix nav menu from crashing into footer | |||||
| * | tweak spacing around component title in nav menu | Dan Allen | 2018-02-07 | 1 | -0/+3 | |
| | | ||||||
| * | assign explicit height to navigation menu div | Dan Allen | 2018-02-07 | 1 | -0/+11 | |
| | | ||||||
| * | extract navigation drawer height as variable | Dan Allen | 2018-02-07 | 2 | -1/+5 | |
|/ | ||||||
* | merge !26 | Sarah White | 2018-02-07 | 1 | -0/+2 | |
|\ | | | | | resolves #39 don't show edit this page if page.editUrl is not set | |||||
| * | don't show edit this page if page.editUrl is not set | Dan Allen | 2018-02-07 | 1 | -0/+2 | |
|/ | ||||||
* | merge !25 | Sarah White | 2018-02-07 | 5 | -33/+41 | |
|\ | | | | | resolves #28 show nav list titles in nav menu and show component title in breadcrumbs | |||||
| * | show navigation list titles | Dan Allen | 2018-02-07 | 3 | -29/+34 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | - show title (level 0) of navigation list - add toggle button next to title of navigation list - hide first level of list by default - indent first level of list - if navigation list has no title * don't output toggle button and text in HTML * automatically expand first level * align first level of list with other navigation list titles - add title of component above navigation menu - tighten spacing in navigation menu | |||||
| * | fix missing component title in breadcrumbs | Dan Allen | 2018-02-07 | 2 | -4/+7 | |
|/ | ||||||
* | merge !24 | Sarah White | 2018-02-07 | 3 | -4/+64 | |
|\ | | | | | resolves #30 increase admonition p and code font size | |||||
| * | tweak pre, code, and admonition block font sizes | Dan Allen | 2018-02-06 | 1 | -3/+7 | |
| | | ||||||
| * | add admonition section to UI style guide | Sarah White | 2018-02-06 | 1 | -0/+35 | |
| | | ||||||
| * | update admonition p and code font size | Sarah White | 2018-02-06 | 2 | -3/+24 | |
|/ | | | | | - add admonition block to title group - add complex admonition to preview source | |||||
* | tame yarn by piping it to /dev/null | Dan Allen | 2018-02-06 | 1 | -1/+1 | |
| | ||||||
* | split head partial | Dan Allen | 2018-02-06 | 3 | -9/+9 | |
| | | | | | - split head partial into head-meta and head-scripts - consolidate gtags script | |||||
* | replace analytics.js with gtag.js for GA tracking | Dan Allen | 2018-02-05 | 2 | -4/+9 | |
| | ||||||
* | merge !23 | Sarah White | 2018-02-05 | 1 | -0/+3 | |
|\ | | | | | resolves #37 add Google Analytics tracking code if key is defined in model | |||||
| * | add Google Analytics tracking code if key is defined in model | Dan Allen | 2018-02-05 | 1 | -0/+3 | |
|/ | ||||||
* | merge !22 | Sarah White | 2018-02-05 | 1 | -18/+23 | |
|\ | | | | | resolves #36 open menu on activate | |||||
| * | format and consolidate code in navigation script | Dan Allen | 2018-02-05 | 1 | -10/+3 | |
| | | ||||||
| * | open menu item when activated | Dan Allen | 2018-02-05 | 1 | -11/+23 | |
|/ | | | | | | - open menu item when activated (i.e., clicked) - reorder logic in navigation script to be more intuitive - use single query to find all menu items to open | |||||
* | don't assume page.title is set in template | Dan Allen | 2018-02-04 | 4 | -3/+5 | |
| | ||||||
* | merge !21 | Sarah White | 2018-02-04 | 2 | -1/+2 | |
|\ | | | | | resolves #35 add list-style none on inline (flex) lists | |||||
| * | add list-style none on inline (flex) lists | Dan Allen | 2018-02-04 | 2 | -1/+2 | |
|/ | ||||||
* | merge !20 | Sarah White | 2018-02-04 | 2 | -3/+3 | |
|\ | | | | | resolves #34 look for in-page links anywhere in page | |||||
| * | look for in-page links anywhere in page | Dan Allen | 2018-02-04 | 2 | -3/+3 | |
|/ | | | | - fixes the scroll offset when an in-page link in the site navigation is clicked | |||||
* | reword footer text | Dan Allen | 2018-02-04 | 1 | -1/+1 | |
| | ||||||
* | merge !19 | Sarah White | 2018-01-26 | 4 | -9/+124 | |
|\ | | | | | resolves #29 style checklists |