Merge pull request #467 from nicksahler/patch-3

Wrong file. :|
This commit is contained in:
Jeff Atwood 2013-03-15 02:59:55 -07:00
commit 6e7e5cb9e2
1 changed files with 3 additions and 0 deletions

View File

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