Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
letter-spacing
|
|
|
|
|
|
autoprefixer, to facilitate merging of changes to it
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|