From a5df4631e2a14cc8f9f2a8e61690e4eb389d276b Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sun, 4 Mar 2012 09:12:55 -0500 Subject: [PATCH] Removed obnoxious transition for example on index page --- style.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/style.css b/style.css index 5b6df9f..14f9b12 100644 --- a/style.css +++ b/style.css @@ -272,15 +272,6 @@ span.shell-start { border: none; margin-bottom: 0.5em; - - -webkit-transition: all 0.5s ease-in-out; - -moz-transition: all 0.5s ease-in-out; - transition: all 0.5s ease-in-out; -} - -.ex textarea:focus, -.ex:hover textarea { - height: 20em; } .ex .btns {