summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* merge !33Dan Allen2018-02-101-7/+9
|\ | | | | resolves #41 tighten margin above nested list
| * tighten margin above nested listDan Allen2018-02-091-7/+9
|/ | | | | | - tighten margin above nested list - reorder nested list permutations - remove needless style for paragraph in list
* merge !31Dan Allen2018-02-103-0/+98
|\ | | | | resolves #23 style keybinding reference
| * document the UI elements and how to style themDan Allen2018-02-091-0/+63
| |
| * style keybinding (kbd and span.keyseq)Dan Allen2018-02-091-0/+34
| |
| * apply the brand monospace font to the kbd elementDan Allen2018-02-091-0/+1
|/
* merge !30Dan Allen2018-02-102-91/+69
|\ | | | | resolves #22 improve listing, admonition, example block titles
| * style title on openblockDan Allen2018-02-091-1/+2
| |
| * affix language tag when source block scrolls left-to-rightDan Allen2018-02-091-10/+11
| |
| * tweak styles for block titles and example blocksDan Allen2018-02-091-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 fileDan Allen2018-02-091-19/+17
| |
| * improve listing, admonition, example block titlesSarah White2018-02-092-62/+37
|/ | | | | - set margin to 0 on pre - add example block content styles
* remove auto width on imagesDan Allen2018-02-091-5/+0
|
* update header styles for Antora docsDan Allen2018-02-093-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 helperDan Allen2018-02-091-1/+1
|
* add padding below navigation list to allow slight overscrollDan Allen2018-02-081-1/+3
|
* merge !29Dan Allen2018-02-081-5/+14
|\ | | | | | | resolves #38 correctly relativize URL when target ends with a fragment identifier
| * correctly relativize URL when target ends with a fragment identifierDan Allen2018-02-081-5/+14
|/
* merge !28Dan Allen2018-02-088-26/+18
|\ | | | | | | resolves #40 style links in footer
| * add missing page version to sample UI modelDan Allen2018-02-081-0/+3
| |
| * consolidate link stylesDan Allen2018-02-087-31/+11
| | | | | | | | | | - set text decoration on link globally - only override text decoration on link where necessary
| * style links in footerDan Allen2018-02-081-0/+9
|/ | | | | - color #5d5d5d - text decoration underline only on hover
* merge !27Dan Allen2018-02-083-1/+19
|\ | | | | resolves #33 fix nav menu from crashing into footer
| * tweak spacing around component title in nav menuDan Allen2018-02-071-0/+3
| |
| * assign explicit height to navigation menu divDan Allen2018-02-071-0/+11
| |
| * extract navigation drawer height as variableDan Allen2018-02-072-1/+5
|/
* merge !26Sarah White2018-02-071-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 setDan Allen2018-02-071-0/+2
|/
* merge !25Sarah White2018-02-075-33/+41
|\ | | | | resolves #28 show nav list titles in nav menu and show component title in breadcrumbs
| * show navigation list titlesDan Allen2018-02-073-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 breadcrumbsDan Allen2018-02-072-4/+7
|/
* merge !24Sarah White2018-02-073-4/+64
|\ | | | | resolves #30 increase admonition p and code font size
| * tweak pre, code, and admonition block font sizesDan Allen2018-02-061-3/+7
| |
| * add admonition section to UI style guideSarah White2018-02-061-0/+35
| |
| * update admonition p and code font sizeSarah White2018-02-062-3/+24
|/ | | | | - add admonition block to title group - add complex admonition to preview source
* tame yarn by piping it to /dev/nullDan Allen2018-02-061-1/+1
|
* split head partialDan Allen2018-02-063-9/+9
| | | | | - split head partial into head-meta and head-scripts - consolidate gtags script
* replace analytics.js with gtag.js for GA trackingDan Allen2018-02-052-4/+9
|
* merge !23Sarah White2018-02-051-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 modelDan Allen2018-02-051-0/+3
|/
* merge !22Sarah White2018-02-051-18/+23
|\ | | | | resolves #36 open menu on activate
| * format and consolidate code in navigation scriptDan Allen2018-02-051-10/+3
| |
| * open menu item when activatedDan Allen2018-02-051-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 templateDan Allen2018-02-044-3/+5
|
* merge !21Sarah White2018-02-042-1/+2
|\ | | | | resolves #35 add list-style none on inline (flex) lists
| * add list-style none on inline (flex) listsDan Allen2018-02-042-1/+2
|/
* merge !20Sarah White2018-02-042-3/+3
|\ | | | | resolves #34 look for in-page links anywhere in page
| * look for in-page links anywhere in pageDan Allen2018-02-042-3/+3
|/ | | | - fixes the scroll offset when an in-page link in the site navigation is clicked
* reword footer textDan Allen2018-02-041-1/+1
|
* merge !19Sarah White2018-01-264-9/+124
|\ | | | | resolves #29 style checklists