diff options
author | Hakim El Hattab | 2011-12-26 21:29:00 -0800 |
---|---|---|
committer | Hakim El Hattab | 2011-12-26 21:29:00 -0800 |
commit | daecc258d71521d25228d37b0d77fc6ae75564c5 (patch) | |
tree | 3504d4c3044d9e58376f7a3662358f5b5a6fac83 /README.md | |
parent | 5b2b3fa3df6089745ec013dc3de71111c25ca3d1 (diff) |
major, non backwards compatible, restructuring of DOM tree
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -14,6 +14,13 @@ Curious about how this looks in action? [Check out the demo page](http://lab.hak # History +### 1.2 +- Big changes to DOM structure: + - Previous #main wrapper is now called #reveal + - Slides were moved one level deeper, into #reveal .slides + - Controls and progress bar were moved into #reveal +- CSS is now much more explicit, rooted at #reveal, to prevent conflicts + ### 1.1 - Added an optional presentation progress bar |