Wrong file. :|

This commit is contained in:
Nick Sahler 2013-03-15 05:35:26 -03:00
parent 6c4d9ecfdc
commit fb0da25b2d

View File

@ -103,6 +103,9 @@
.discourse-no-touch & {
opacity: 0;
}
.discourse-touch & {
opacity: 1;
}
transition:opacity 1s linear;
-webkit-transition:opacity 1s linear;
-moz-transition:opacity 1s linear;