DarkenedAges/stylesheets/core.css
2015-06-15 01:32:25 +07:00

3 lines
138 B
CSS

@import url("screen.css");
@import url("non-screen.css") handheld;
@import url("non-screen.css") only screen and (max-device-width:640px);