From 11ee006f9d5f30b84761736e819e0b30e5579437 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Wed, 21 Dec 2011 20:21:52 -0800 Subject: [PATCH] slide with code is now editable, escaped unicode arrows --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index a4fca03..15253ea 100644 --- a/index.html +++ b/index.html @@ -100,7 +100,7 @@

Pretty Code

-

+				

 var supports3DTransforms =  document.body.style['webkitPerspective'] !== undefined || 
 				document.body.style['MozPerspective'] !== undefined ||
 				document.body.style['perspective'] !== undefined;
@@ -169,10 +169,10 @@ linkify( 'a' );