Dan Allen [Sun, 3 Jan 2021 21:59:02 +0000 (14:59 -0700)]
simplify styles that control position of navbar-end
Dan Allen [Sun, 3 Jan 2021 21:58:09 +0000 (14:58 -0700)]
only set height on navbar-brand for mobile
Dan Allen [Wed, 30 Dec 2020 10:03:29 +0000 (03:03 -0700)]
minor cleanups to base styles
- only set 100% height on root element
- only apply scrollbar globally if browsers supports scrollbar-width
- formatting
Dan Allen [Wed, 30 Dec 2020 09:55:26 +0000 (02:55 -0700)]
rename octicons.svg to octicons-16.svg and remove size suffix from IDs
Dan Allen [Wed, 30 Dec 2020 09:50:14 +0000 (02:50 -0700)]
add multiple classes using DOMTokenList#add method in copy to clipboard script
Dan Allen [Wed, 30 Dec 2020 09:48:23 +0000 (02:48 -0700)]
simplify computed height for nav menu panel; use var for nav explore panel (max) height
Dan Allen [Wed, 30 Dec 2020 09:46:15 +0000 (02:46 -0700)]
simplify logic to expand nav explore panel
Dan Allen [Wed, 30 Dec 2020 09:43:42 +0000 (02:43 -0700)]
use variable to set width and height of nav toggle button in toolbar
Dan Allen [Wed, 30 Dec 2020 09:41:08 +0000 (02:41 -0700)]
define toc CSS vars after doc vars
Dan Allen [Tue, 29 Dec 2020 08:43:40 +0000 (01:43 -0700)]
reduce space between doctitle and embedded toc
Dan Allen [Mon, 28 Dec 2020 12:07:24 +0000 (05:07 -0700)]
remove unused close icon
Dan Allen [Mon, 28 Dec 2020 00:04:41 +0000 (17:04 -0700)]
right right property on page versions menu
Dan Allen [Sun, 27 Dec 2020 09:42:37 +0000 (02:42 -0700)]
consistently use background instead of background-color in header
Dan Allen [Sun, 27 Dec 2020 09:38:44 +0000 (02:38 -0700)]
remove needless style for page versions
Dan Allen [Sat, 26 Dec 2020 23:43:50 +0000 (16:43 -0700)]
enable page version selector on mobile
Dan Allen [Sat, 26 Dec 2020 23:35:51 +0000 (16:35 -0700)]
allow navbar burger to shrink
Dan Allen [Sat, 26 Dec 2020 11:24:21 +0000 (04:24 -0700)]
use background color instead of border for lines in navbar burger
Dan Allen [Sat, 26 Dec 2020 11:09:51 +0000 (04:09 -0700)]
redo navbar burger using flexbox and add transition on close
Dan Allen [Sat, 26 Dec 2020 10:15:36 +0000 (03:15 -0700)]
fix alignment of burger area and use rem unit for width of bars
Dan Allen [Sat, 26 Dec 2020 10:13:23 +0000 (03:13 -0700)]
simplify header styles; remove redundant properties
Dan Allen [Fri, 25 Dec 2020 02:41:53 +0000 (19:41 -0700)]
remove unused CSS
Dan Allen [Fri, 25 Dec 2020 02:41:24 +0000 (19:41 -0700)]
don't use flexbox for nav menu; style top of sibling list instead of bottom
Dan Allen [Fri, 25 Dec 2020 02:35:12 +0000 (19:35 -0700)]
style scrollbars in body uniformly
Dan Allen [Wed, 23 Dec 2020 21:36:52 +0000 (14:36 -0700)]
add support for nobreak and nowrap utility roles
Dan Allen [Wed, 23 Dec 2020 21:31:43 +0000 (14:31 -0700)]
use correct value for max height of navbar menu on mobile
Dan Allen [Wed, 23 Dec 2020 10:30:39 +0000 (03:30 -0700)]
restrict link around home to icon
Dan Allen [Wed, 23 Dec 2020 10:24:07 +0000 (03:24 -0700)]
link home icon size to toolbar height
Dan Allen [Tue, 22 Dec 2020 21:30:07 +0000 (14:30 -0700)]
use order instead of row-reverse to swap article and toc
Dan Allen [Tue, 22 Dec 2020 21:18:06 +0000 (14:18 -0700)]
insert toc before article and swap position w/ flexbox to avoid reflow on load
Dan Allen [Tue, 22 Dec 2020 11:32:21 +0000 (04:32 -0700)]
remove -webkit-text-size-adjust property on html since it's not applicable
Dan Allen [Tue, 22 Dec 2020 09:25:04 +0000 (02:25 -0700)]
pass radix to parseInt function (to avoid unnecessary checks and unwanted side effects)
Dan Allen [Mon, 21 Dec 2020 00:46:09 +0000 (17:46 -0700)]
add .5px to max-width media queries to ensure a smooth transition
Dan Allen [Mon, 21 Dec 2020 00:42:01 +0000 (17:42 -0700)]
flatten comment in script
Dan Allen [Mon, 21 Dec 2020 00:36:13 +0000 (17:36 -0700)]
use test instead of match when looking for section in nav script
Dan Allen [Mon, 21 Dec 2020 00:25:13 +0000 (17:25 -0700)]
predefine regular expressions in JavaScript functions
Dan Allen [Mon, 21 Dec 2020 00:23:05 +0000 (17:23 -0700)]
fix missing replacement for line continaution in copy to clipboard script
Dan Allen [Mon, 21 Dec 2020 00:20:27 +0000 (17:20 -0700)]
make correction for view height when opening navbar menu on mobile
Dan Allen [Mon, 21 Dec 2020 00:13:08 +0000 (17:13 -0700)]
refactor logic for navbar burger to align with other scripts
Dan Allen [Mon, 21 Dec 2020 00:00:29 +0000 (17:00 -0700)]
don't override behavior of modified clicks in fragment jumper
Dan Allen [Mon, 21 Dec 2020 00:00:22 +0000 (17:00 -0700)]
consolidate code in fragment jumper
Dan Allen [Sun, 20 Dec 2020 23:33:00 +0000 (16:33 -0700)]
minor refactoring
Dan Allen [Sun, 20 Dec 2020 23:04:57 +0000 (16:04 -0700)]
rename concealEvent to trapEvent
Dan Allen [Thu, 17 Dec 2020 10:37:54 +0000 (03:37 -0700)]
limit hdlist styles to hdlist and add space between entries
Dan Allen [Tue, 15 Dec 2020 19:35:17 +0000 (19:35 +0000)]
merge !136
add back syntax highlighting for diff
Pierre Radermecker [Tue, 15 Dec 2020 15:12:36 +0000 (16:12 +0100)]
add back syntax highlighting for diff
Dan Allen [Tue, 15 Dec 2020 01:33:43 +0000 (18:33 -0700)]
remove lesser used languages from highlight.js bundle (diff, makefile)
- reenable upon request
Dan Allen [Tue, 15 Dec 2020 01:30:08 +0000 (01:30 +0000)]
merge !135
add syntax highlighting for Puppet
Pierre Radermecker [Sun, 13 Dec 2020 19:39:45 +0000 (20:39 +0100)]
add syntax highlighting for Puppet
Dan Allen [Sun, 13 Dec 2020 07:41:39 +0000 (07:41 +0000)]
merge !134
resolves #156 style table footer
Dan Allen [Sun, 13 Dec 2020 07:29:19 +0000 (00:29 -0700)]
style table footer
Dan Allen [Sun, 13 Dec 2020 06:55:13 +0000 (23:55 -0700)]
tweak layout for page versions
Dan Allen [Sun, 13 Dec 2020 02:21:47 +0000 (02:21 +0000)]
merge !133
resolves #75 fix selector for page versions when version overflows
Dan Allen [Sun, 13 Dec 2020 01:12:25 +0000 (18:12 -0700)]
fix selector for page versions when version overflows
Dan Allen [Sun, 13 Dec 2020 00:03:40 +0000 (17:03 -0700)]
contrain main content on mobile to prevent breaking layout
Dan Allen [Sat, 12 Dec 2020 23:46:18 +0000 (23:46 +0000)]
merge !132
resolves #160 adjust height of nav panel when activating, if necessary
Dan Allen [Sat, 12 Dec 2020 23:27:48 +0000 (16:27 -0700)]
adjust height of nav panel when activating, if necessary
Dan Allen [Sat, 12 Dec 2020 22:53:28 +0000 (15:53 -0700)]
remove used style for p in table
Dan Allen [Sat, 12 Dec 2020 10:42:35 +0000 (03:42 -0700)]
define uiRootPath var in head instead of footer
Dan Allen [Sat, 12 Dec 2020 10:10:52 +0000 (03:10 -0700)]
lock version of highlight.js to 9.18.3 to avoid upgrade nag message
Dan Allen [Sat, 12 Dec 2020 10:09:33 +0000 (03:09 -0700)]
refresh dependency lock file
Dan Allen [Sat, 12 Dec 2020 10:07:06 +0000 (10:07 +0000)]
merge !131
resolves #159 add support for stripes attribute on table
Dan Allen [Sat, 12 Dec 2020 10:01:45 +0000 (03:01 -0700)]
add support for stripes attribute on table
Dan Allen [Sat, 12 Dec 2020 09:56:12 +0000 (02:56 -0700)]
use top-oriented approach to add margin to table; remove top margin on table when first child in AsciiDoc table cell
Dan Allen [Sat, 12 Dec 2020 09:46:59 +0000 (02:46 -0700)]
fix vertical alignment of images
Dan Allen [Sat, 12 Dec 2020 09:44:54 +0000 (02:44 -0700)]
move override for p in table to tableblock section
Dan Allen [Sat, 12 Dec 2020 09:43:25 +0000 (02:43 -0700)]
make the stretch role generic
Dan Allen [Sat, 12 Dec 2020 09:41:45 +0000 (02:41 -0700)]
move user select for language-console below source toolbar in stylesheet
Dan Allen [Sat, 12 Dec 2020 03:33:33 +0000 (20:33 -0700)]
strip trailing space (left behind by callouts) when copying source
Dan Allen [Sat, 12 Dec 2020 03:33:01 +0000 (20:33 -0700)]
correctly flatten command with line continuation when copying
Dan Allen [Sat, 12 Dec 2020 02:37:09 +0000 (02:37 +0000)]
merge !130
resolves #70 add copy to clipboard button to source blocks
Dan Allen [Fri, 11 Dec 2020 00:57:57 +0000 (17:57 -0700)]
add copy to clipboard button to source blocks
* add subsetted SVG icon sprite for octicons
* add copy to clipboard button to source blocks (visible on hover)
* replace pseudo-element for source language with a toolbox (managed by JavaScript)
* autodetect literal block with command and promote to a console source block
* intelligently extract commands from console source block, flatten them, and join them in a chain
* prevent command prompt(s) in console source block from being selected
* darken color for annotation on source block
* configure svgo to preserve desc element
* configure svgo to preserve ID prefixes for icons
Dan Allen [Thu, 10 Dec 2020 23:11:22 +0000 (16:11 -0700)]
fix word-wrap (aka overflow-wrap) setting
- enable word-wrap anywhere by default
- disable word-wrap (reset to normal) in tables (except content cell of admonition table)
Dan Allen [Thu, 10 Dec 2020 22:50:13 +0000 (15:50 -0700)]
set border-collapse on table in CSS reset
Dan Allen [Thu, 10 Dec 2020 22:44:59 +0000 (15:44 -0700)]
add styles for the horizontal dlist
Dan Allen [Wed, 9 Dec 2020 00:07:17 +0000 (17:07 -0700)]
offer a way back in the message on the 404 page
Dan Allen [Wed, 9 Dec 2020 00:00:37 +0000 (17:00 -0700)]
move article tag for 404 to separate partial
Dan Allen [Tue, 8 Dec 2020 23:48:54 +0000 (16:48 -0700)]
add ne helper and use it for negated equality test
Dan Allen [Tue, 8 Dec 2020 23:44:31 +0000 (16:44 -0700)]
expand explore panel on 404 page
Dan Allen [Mon, 7 Dec 2020 11:44:30 +0000 (04:44 -0700)]
make component title in component drawer a link
Dan Allen [Mon, 7 Dec 2020 11:38:15 +0000 (04:38 -0700)]
remove trailing spaces in UI model for preview
Dan Allen [Mon, 7 Dec 2020 11:32:31 +0000 (04:32 -0700)]
use pseudo-element to position caret next to version on explore drawer
Dan Allen [Mon, 7 Dec 2020 10:05:00 +0000 (03:05 -0700)]
make sure name of component 123 is a string in UI model for preview
Dan Allen [Sat, 5 Dec 2020 11:50:40 +0000 (04:50 -0700)]
fix build to copy images when running preview
Dan Allen [Wed, 2 Dec 2020 09:33:20 +0000 (09:33 +0000)]
merge !129
resolves #158 use more specific selector for on this page component
Dan Allen [Wed, 2 Dec 2020 09:25:34 +0000 (02:25 -0700)]
use more specific selector for on this page component
Dan Allen [Wed, 2 Dec 2020 01:48:36 +0000 (18:48 -0700)]
don't run imagemin for preview
Dan Allen [Wed, 2 Dec 2020 01:22:20 +0000 (18:22 -0700)]
add top margin to details block (forward looking)
Dan Allen [Wed, 2 Dec 2020 01:21:44 +0000 (18:21 -0700)]
style thematic break
Dan Allen [Wed, 2 Dec 2020 01:20:43 +0000 (18:20 -0700)]
increase font size for lead paragraph
Dan Allen [Wed, 2 Dec 2020 01:19:24 +0000 (18:19 -0700)]
clear built-in margin on dl tag
Dan Allen [Sun, 29 Nov 2020 09:18:36 +0000 (02:18 -0700)]
remove top margin from first child in AsciiDoc table cell and admonition content
Dan Allen [Sun, 29 Nov 2020 00:37:35 +0000 (17:37 -0700)]
fix reducer that computes mtime for combined CSS file
Dan Allen [Sun, 29 Nov 2020 00:30:18 +0000 (00:30 +0000)]
merge !128
resolves #26 add support for unordered list styles and some missing ordered list styles
Dan Allen [Sat, 28 Nov 2020 10:19:23 +0000 (03:19 -0700)]
add support for unordered list styles and some missing ordered list styles
* support the following unordered list styles: circle, disc, square, none, no-bullet, unstyled
* support the following ordered list styles: none, unnumbered, unstyled
Dan Allen [Thu, 19 Nov 2020 22:43:21 +0000 (15:43 -0700)]
remove irrelevant condition in breadcrumbs partial
Dan Allen [Thu, 19 Nov 2020 22:43:05 +0000 (15:43 -0700)]
fix navigation in preview site
Dan Allen [Tue, 17 Nov 2020 08:11:08 +0000 (01:11 -0700)]
clarify in docs that page.home means the site start page
Dan Allen [Wed, 11 Nov 2020 21:59:23 +0000 (14:59 -0700)]
fix reducer that computes mtime for bundled file
Dan Allen [Tue, 10 Nov 2020 19:10:11 +0000 (12:10 -0700)]
document the page.relativeSrcPath property
Dan Allen [Sat, 7 Nov 2020 10:15:43 +0000 (03:15 -0700)]
define page.relativeSrcPath in preview model