Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
language detection in index.html #809
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Correction of a small error
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
according to README, I don't include reveal.min.js.
Hence I believe it makes sense to not include reveal.min.css either.
Hence, examples added in index.html can give the feeling that they don't work yet.
|
|
side of screen
|
|
|
|
|
|
|
|
|
|
after #691
|
|
CSS: Don't override font-weight for section
|
|
.slides>section and .slides>section>section set the font-weight to
"normal". This overrides any font-weight setting a theme may set at
the body or .reveal level, and requires a theme author to also
specifically set the font-weight for .slides>section and
.slides>section>section. That's tedious and also counterintuitive.
Adopt a saner default by setting the font-weight to inherit.
|
|
|
|
|
|
|
|
|
|
fix to the updating event.
|
|
the *.min.js didn't chaged yet.
|
|
|
|
|
|
|
|
Closes #662.
|
|
|
|
|
|
|
|
|
|
for backward compatibility reasons, IE11 sets both msPointerEnabled and
pointerEnabled. Changed the order for the test and added 'else if' to
not duplicate handlers on pointer events
|
|
Added unprefixed touch-action CSS attribute
Added unprefixed pointer events handlers hooks
|
|
Added un-prefixed touch-action CSS attribute
added un-prefixed PointerEvents event handler hooks
|
|
|
|
parallax is applied to background class, remove unused attributes #595
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
modified: css/reveal.min.css
modified: plugin/leap/leap.js
|
|
modified: css/reveal.css
modified: css/reveal.min.css
modified: plugin/leap/leap.js
|
|
|
|
into dev
|
|
css/theme/template/settings.scss adds the $headingMargin variable, set to `0 0 20px 0`.
css/theme/template/theme.scss uses $headingMargin to set margin on headers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
They looked a little wonky if you used a G or a Y.
|
|
The Serif theme was a little flaky previously
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
data-full-height support
|
|
|
|
|
|
|
|
|