Skip to content

Commit

Permalink
Fixes conflict with x-domain test.
Browse files Browse the repository at this point in the history
  • Loading branch information
doctyper committed Jun 5, 2011
1 parent 08828be commit 0571dba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/test.css
Expand Up @@ -15,8 +15,8 @@
width: 50px;
}

/*styles for 480px and up */
@media screen and (min-width: 480px) {
/*styles for 400px and up */
@media screen and (min-width: 400px) {
#testelem {
width: 150px;
}
Expand Down

0 comments on commit 0571dba

Please sign in to comment.