2418a12cb9
Merge pull request #1586 from jasonkiss/feature/accessible-speaker-notes
...
make speaker notes keyboard accessible
2016-05-23 10:48:39 +02:00
6593ac3d5f
moz selection color in theme template #1575
2016-05-23 10:38:46 +02:00
3483aacfa7
Merge pull request #1575 from aniqah/firefox-selection-colour
...
Add selection colour for Mozilla Firefox
2016-05-23 10:36:54 +02:00
2503b1a2e8
merge readme conflict #1595
2016-05-23 10:34:58 +02:00
c5c0290cca
Merge branch 'patch-1' of https://github.com/tiagorg/reveal.js into dev
2016-05-23 10:28:32 +02:00
187114f472
Removing duplicated "position" property at pdf.css
...
Found that by running css-lint on the code
2016-05-21 11:36:49 -07:00
b79f1fac13
Add minor imporovements to the PDF export instructions
2016-05-19 16:47:25 -07:00
dec6d1745b
make speaker notes keyboard accessible
...
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.
2016-05-10 11:02:45 +12:00
fb8bbaac00
set/remove @disabled on navigation buttons
...
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.
2016-05-10 10:03:05 +12:00
2a79d054d4
Merge branch 'master' of github.com:hakimel/reveal.js into dev
2016-04-29 09:26:41 +02:00
3d49b1dea3
Merge pull request #1571 from adius/patch-1
...
Simplify full setup
2016-04-29 09:26:28 +02:00
ce7d494ae9
tweak formatting to match rest of slide
2016-04-29 09:25:05 +02:00
2d54bc6823
Merge pull request #1572 from jesstelford/zoom-content-size
...
More natural zooming on block level elements
2016-04-29 09:24:25 +02:00
9b11915c3a
fix pdf bg layering, simplify code
2016-04-28 17:07:26 +02:00
5558103522
make max pages per slide limit configurable
2016-04-28 11:31:11 +02:00
fcb6ea8385
prevent pages from overflowing when printing to pdf
2016-04-28 11:16:36 +02:00
d1a3656108
Add selection colour for Mozilla Firefox
...
Defines the highlight colour when selecting slide content using Mozilla
Firefox to match other browsers, instead of being the default colour.
2016-04-27 14:50:03 -04:00
66c4e6a77f
use scrollHeight instead of custom measurement
2016-04-27 11:12:16 +02:00
a0e6da6a9c
More natural zooming on block level elements
...
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.
2016-04-26 07:27:59 +10:00
87b082340f
Simplify full setup
2016-04-24 09:39:23 +00:00
539e774d31
3.3.0
2016-04-18 15:29:51 +02:00
fc3e4d7f23
change introduction
2016-04-18 14:50:36 +02:00
1efa52486c
readme tweak for #1535
2016-04-13 15:37:04 +02:00
f0ee41a22d
Merge branch '1549' of https://github.com/RopoMen/reveal.js into dev
2016-04-13 15:26:06 +02:00
5dd9067150
overview now works with percentage based width/height #1247
2016-04-13 15:21:30 +02:00
cb092e60bf
Merge branch 'dev' of github.com:hakimel/reveal.js into dev
2016-04-10 12:09:02 +02:00
a6507afcb4
widen watch for html files, required for updates to demo.html
2016-04-10 12:07:49 +02:00
87b24dd457
merge conflict
2016-04-10 12:07:10 +02:00
5a7ac78d4b
lazy load iframe in demo
2016-04-10 11:57:38 +02:00
0fedfbe4c8
Merge branch 'update-headjs' of https://github.com/booi/reveal.js into dev
2016-04-10 11:56:32 +02:00
2dc546f5ba
Fix watching for markdown files
...
`./*.md` didn't work `*.md` does work
2016-04-09 12:33:46 +02:00
a63c8cab92
Fixes #1549 , now UA match is limiting out MS Edge and Chrome detection is improved. Also improved UserAgent access by storing it in to a local variable, it was accessed so many times in different places.
2016-04-08 15:47:27 +03:00
e83e275a4c
Merge branch 'master' of github.com:hakimel/reveal.js into dev
2016-04-07 10:31:56 +02:00
d6406e433e
new multiplex server courtesy of now.sh ( closes #1377 )
2016-04-07 10:31:41 +02:00
492e2e2e62
Merge branch 'master' of github.com:hakimel/reveal.js into dev
2016-04-07 10:25:31 +02:00
f85a1e9f1a
remove test content
2016-04-07 10:25:10 +02:00
07c2355604
support for standalone multiplexing
2016-04-07 10:24:44 +02:00
eca7113f59
Update README.md
2016-04-07 09:55:44 +02:00
f98b5ccdca
Update README.md
...
readme tweaks
2016-04-07 09:55:04 +02:00
8789baae29
Merge pull request #1545 from ducin/master
...
Table of contents added in README.md
2016-04-07 09:51:51 +02:00
520fa4986e
generalize scroll offset prevention
2016-04-07 09:07:19 +02:00
37ac67dba5
Table of contents added in README.md
2016-04-02 19:43:15 +02:00
a9566dfbd4
make theme "simple" use white titles on dark backgrounds
...
This is similar to what is done in the "white" theme.
2016-03-24 16:25:01 +01:00
00b9c2b929
minor tweaks
2016-03-20 18:57:30 +01:00
4e416fdc58
remove unintentionally added file
2016-03-20 18:52:12 +01:00
3d0969166f
new empty template at index.html, move old index to demo.html #1526
2016-03-20 18:50:23 +01:00
2625a9292e
add 'shuffle' config value and API method #1506 #1089
2016-03-20 17:57:52 +01:00
1a5f299599
update headjs to v1.0.3
2016-03-16 13:57:15 -07:00
587d16ceef
fix(PDF Export): Mark as important width
, height
and add zoom
properties to fix CSS rules which were overrided by inline styles
2016-03-10 13:50:35 -04:00
0dbdd8a366
Merge branch 'master' of github.com:hakimel/reveal.js into dev
2016-03-10 16:03:09 +01:00