diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2011-12-21 20:21:52 -0800 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2011-12-21 20:21:52 -0800 |
commit | 11ee006f9d5f30b84761736e819e0b30e5579437 (patch) | |
tree | e541dab253aac2ebc75d598dfb72b246826e0e8b /index.html | |
parent | 60bf19789090d1c9da1d52a2da364205ed5ae7d7 (diff) | |
download | perl-software-in-gnu-guix-11ee006f9d5f30b84761736e819e0b30e5579437.tar perl-software-in-gnu-guix-11ee006f9d5f30b84761736e819e0b30e5579437.tar.gz |
slide with code is now editable, escaped unicode arrows
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -100,7 +100,7 @@ <section> <h2>Pretty Code</h2> - <pre><code> + <pre><code contenteditable> var supports3DTransforms = document.body.style['webkitPerspective'] !== undefined || document.body.style['MozPerspective'] !== undefined || document.body.style['perspective'] !== undefined; @@ -169,10 +169,10 @@ linkify( 'a' ); </div> <aside class="controls"> - <a class="left" href="#">◄</a> - <a class="right" href="#">►</a> - <a class="up" href="#">▲</a> - <a class="down" href="#">▼</a> + <a class="left" href="#">◄</a> + <a class="right" href="#">►</a> + <a class="up" href="#">▲</a> + <a class="down" href="#">▼</a> </aside> <script src="js/reveal.js"></script> |