ponysay/stylesheets/core.css

3 lines
138 B
CSS
Raw Normal View History

2012-04-03 21:28:12 +02:00
@import url("screen.css");
@import url("non-screen.css") handheld;
@import url("non-screen.css") only screen and (max-device-width:640px);