Hi,

I'm not sure where it is in the Docs (I can't see it on
http://tapestry.apache.org/css.html  ) but you can order your CSS by
placing the @Import on various render phase methods. i.e.

@Import(stylesheet="me-first.css")
void setupRender() {}

would come before any stylesheets declared with

@Import(stylesheet="me-last.css")
void cleanupRender() {}

Steve.


On 7 November 2011 04:05, 9902468 <ville.virta...@greenstreet.fi> wrote:
> Hi,
>
> is there any documentation how the ordering of css is done? I've tried
> stacks and straight imports, but I really haven't found any way to say that
> my css is last.
>
> I use T5-jquery library and the included form.css is always attached later
> than mine. (Effectively only way to override bits of that css is to write
> inline css to my forms?)
>
>  - Ville
>
> --
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/T5-3-rc3-ordering-of-css-tp4969412p4969412.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

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

Reply via email to