Hi,
i am trying to create a theme based on the blueprint css framework.
I have several css to include :

<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]-->

<link rel="stylesheet" href="css/blueprint/plugins/fancy-type/
screen.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="css/blueprint/plugins/buttons/screen.css"
type="text/css" media="screen, projection" />
<link rel="stylesheet" href="css/blueprint/plugins/sprites/sprite.css"
type="text/css" media="screen, projection" />

Note the [if it IE 8] .. Can I do something similar within a module
(ie bluprint.gwt.xml) using the  <stylesheet src="blueprint/ie.css"/>
tag and some "conditional" property ?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to