Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | changesHEADmaster | Daniel Isaksen | 2019-04-12 | 3 | -7/+14 |
| | |||||
* | upgrade dependencies | Dan Allen | 2018-12-26 | 1 | -4/+1 |
| | | | | | | | | - upgrade dependencies - add preview mode to build - adding missing displayVersion properties in preview model - exclude no-descending-specificity rule in stylelint - fixes compatibility with Node 10 | ||||
* | fix scroll into view behavior in navigation | Dan Allen | 2018-08-12 | 1 | -1/+1 |
| | | | | | | | - set position relative on .nav-menu - remove position relative from .nav-item - optimize computations for scroll into view - remove debug statements | ||||
* | add slight breathing room below expandable list in nav | Dan Allen | 2018-08-07 | 1 | -4/+3 |
| | |||||
* | remove margin below nested nav list | Dan Allen | 2018-08-07 | 1 | -6/+2 |
| | |||||
* | slightly tweak alignment of nav toggle button | Dan Allen | 2018-08-05 | 1 | -1/+1 |
| | |||||
* | reduce size of font in navigation panel | Dan Allen | 2018-08-05 | 2 | -6/+11 |
| | |||||
* | scope scrollbar changes to navigation menu; only color track | Dan Allen | 2018-08-05 | 2 | -17/+8 |
| | |||||
* | resolves #63 fix nav menu layout | Dan Allen | 2018-08-05 | 1 | -58/+27 |
| | | | | | | | - use absolute positioning for toggle to avoid unintended wrapping behavior - reduce size of toggle button - tighten line height - adjust spacing | ||||
* | merge !48 | Dan Allen | 2018-08-05 | 1 | -0/+16 |
|\ | | | | | | | resolves #56 add missing table cell alignment classes | ||||
| * | add missing table cell alignment classes | Jean-Louis Jouannic | 2018-08-05 | 1 | -0/+16 |
| | | |||||
* | | remove fancy ol numbering styles | Ewan Edwards | 2018-08-05 | 1 | -91/+2 |
| | | |||||
* | | Specify initial values for ordered lists, based on start attribute. | Ewan Edwards | 2018-08-03 | 1 | -0/+40 |
| | | |||||
* | | add margin to verse block | Dan Allen | 2018-05-25 | 1 | -3/+4 |
|/ | |||||
* | consistently use screen in width-based CSS media queries | Dan Allen | 2018-04-09 | 8 | -14/+14 |
| | |||||
* | only apply font settings to first item in navbar-brand | Dan Allen | 2018-04-06 | 1 | -2/+2 |
| | |||||
* | use double quotes for quoted text in stylesheet | Dan Allen | 2018-04-06 | 3 | -4/+4 |
| | |||||
* | lighten sidebar background | Dan Allen | 2018-04-05 | 1 | -1/+1 |
| | |||||
* | move relative positioning on admonition block to child table | Dan Allen | 2018-04-03 | 1 | -2/+2 |
| | |||||
* | collapse top margin on first child of sidebar if sidebar has no title | Dan Allen | 2018-03-31 | 1 | -0/+4 |
| | |||||
* | apply style to version links in explore panel to make them stand out more | Dan Allen | 2018-03-30 | 1 | -3/+9 |
| | |||||
* | fix display properly of icon in navbar | Dan Allen | 2018-03-28 | 1 | -0/+1 |
| | |||||
* | adjust weight and alignment of section anchor | Dan Allen | 2018-03-28 | 1 | -1/+2 |
| | |||||
* | resolves #48 change h3 headings to bold | Dan Allen | 2018-03-27 | 1 | -0/+4 |
| | |||||
* | rename current class to context in navigation explore panel | Dan Allen | 2018-03-27 | 1 | -3/+3 |
| | |||||
* | update styles for sidebar block | Dan Allen | 2018-02-20 | 1 | -7/+7 |
| | | | | | | | - move background and padding to container div - only apply title styles to title for sidebar - change background to something more neutral - apply semi-bold weight to sidebar title | ||||
* | add sidebar content styles | Sarah White | 2018-02-16 | 1 | -10/+13 |
| | |||||
* | add styles for sidebar title | Sarah White | 2018-02-14 | 1 | -0/+10 |
| | |||||
* | add some breathing room below the article | Dan Allen | 2018-02-11 | 1 | -1/+1 |
| | |||||
* | actually collapse top margin of first child of example block | Dan Allen | 2018-02-10 | 1 | -1/+1 |
| | |||||
* | add square brackets around button reference; disable wrap | Dan Allen | 2018-02-10 | 1 | -0/+14 |
| | |||||
* | collapse top margin of first child of example block | Dan Allen | 2018-02-10 | 1 | -0/+4 |
| | |||||
* | fix size and alignment of ordered list numerations | Dan Allen | 2018-02-10 | 1 | -2/+3 |
| | |||||
* | remove colon following dt; add dlist example to preview | Dan Allen | 2018-02-10 | 1 | -4/+0 |
| | |||||
* | add numeration styles for ordered lists | Dan Allen | 2018-02-09 | 1 | -3/+28 |
| | |||||
* | 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 | ||||
* | 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 |
| | |||||
* | 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 | ||||
* | improve listing, admonition, example block titles | Sarah White | 2018-02-09 | 1 | -3/+16 |
| | | | | | - 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 | ||||
* | add padding below navigation list to allow slight overscroll | Dan Allen | 2018-02-08 | 1 | -1/+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 | ||||
* | 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 |
| |