Age | Commit message (Collapse) | Author |
|
content #1002
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Detail markdown plugin attributes & defaults
|
|
|
|
|
|
|
|
into dev
|
|
Expands the details already given by highlighting the defaults for all attributes and clarifying what's required.
|
|
|
|
|
|
|
|
This reverts commit b7e0d9b1c79a475249777d734a9675b1ba03a47a.
|
|
|
|
larger max scale #1605
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
more in-depth documentation of slide backgrounds #1542
|
|
make theme "simple" use white titles on dark backgrounds
|
|
|
|
set/remove @disabled on navigation buttons
|
|
|
|
make speaker notes keyboard accessible
|
|
|
|
Add selection colour for Mozilla Firefox
|
|
|
|
|
|
Found that by running css-lint on the code
|
|
|
|
Places div.speaker-notes in default kbd Tab order, and when focused,
prevent slide navigation with up/down arrows, allowing up/down arrow
keys to scroll div.speaker-notes.
|
|
Keeps disabled buttons out of kbd tab order and indicates to assistive
tech like screen readers that button is disabled. Otherwise buttons
that aren’t enabled remain in kbd Tab order and screen readers announce
them as buttons, but they don’t work.
|
|
|
|
Simplify full setup
|
|
|
|
More natural zooming on block level elements
|
|
|
|
|
|
|
|
Defines the highlight colour when selecting slide content using Mozilla
Firefox to match other browsers, instead of being the default colour.
|
|
|
|
Switching a `display: block` element to `display: inline-block` allows calculating the bounds based on the contents of the div rather than the entire container (which is often `width: 100%`).
This provides a much more natural zoom, especially for paragraphs and code examples.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`./*.md` didn't work `*.md` does work
|
|
improved. Also improved UserAgent access by storing it in to a local variable, it was accessed so many times in different places.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
readme tweaks
|
|
Table of contents added in README.md
|
|
|
|
|
|
This is similar to what is done in the "white" theme.
|
|
|
|
|
|
|
|
|
|
|
|
properties to fix CSS rules which were overrided by inline styles
|
|
|
|
|
|
Make PDF export section less OS X specific.
|
|
|
|
|
|
|
|
Closes #1073.
|
|
|
|
Fix query parameter issue in notes plugin.
|
|
Remove unused dependencies.
|
|
Closes #1392.
|
|
|
|
|