Hello,

I am looking to integrate the blueprint-css framework into a tapestry
app and would like to use the @Import annotation on my Layout
component to do so.

The blueprint-css setup uses conditional comments
(http://www.quirksmode.org/css/condcom.html) to give special
instructions for IE 6 and IE7 in its third link below.

<link rel="stylesheet" href="css/blueprint/screen.css" type="text/css"
media="screen, projection">
<link rel="stylesheet" href="css/blueprint/print.css" type="text/css"
media="print">
<!--[if lt IE 8]><link rel="stylesheet" href="css/blueprint/ie.css"
type="text/css" media="screen, projection"><![endif]-->

Is this possible via the @Import annotation?  Should I simply include
this in my Layout.tml?

Ben

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to