fixed @media and @page parsing problem

This commit is contained in:
James A. Rosen
2010-08-29 05:13:36 +08:00
committed by Alexis Sellier
parent e475b1da30
commit aeb4680232
3 changed files with 10 additions and 1 deletions

View File

@@ -14,3 +14,8 @@
max-width: 480;
}
}
@media all and (orientation:portrait) {
aside {
float: none;
}
}