Remove testing styles.

This commit is contained in:
Michael Jumper
2012-04-08 16:30:39 -07:00
parent a3f411c126
commit 1cdcae9281

View File

@@ -250,11 +250,10 @@ textarea#eventTarget {
/* Hide offscreen */
left: 0;
top: 0;
width: 10px;
height: 10px;
opacity: 1;
width: 0;
height: 0;
opacity: 0;
z-index: 100;
overflow: hidden;
}