I'm moving my prototype pages to T5.4.

I've put this on my Layout class:
@Import(stylesheet
        = {"context:/layout/style.css",
"context:/layout/jquery.mobile-1.4.5.min.css"}, library
        = {"context:/js/init.js","jquery.mobile-1.4.5.min.js"})

How do I handle the media attributes (see below)?

John


      <link rel="stylesheet" type="text/css" href="layout/style.css"
media="screen, handheld" />
        <link rel="stylesheet" type="text/css" href="layout/enhanced.css"
media="screen  and (min-width: 40.5em)" />

Reply via email to