1
0
Fork 0

Removed obnoxious transition for example on index page

website
Mike Gerwitz 2012-03-04 09:12:55 -05:00
parent 2f962fe634
commit a5df4631e2
1 changed files with 0 additions and 9 deletions

View File

@ -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 {