Wonderful job.
Where do I post issues with the rejuvinated template ?
I have a small issue here.
I use the forum with modules on the right. The template act a bit weird with the quote and the code:
you can see it here >>
snipr.com/1z9g0
Again, thank you for your wonderful job.
EDIT: I found a personal temporary fix with the help of Firebug - i'll wait for the Vcard version of Rejuvinated.
{forum.css (line 1377)
find
[code:1]msgtext
overflow:auto;
width:98%;
}
[/code:1]
change for
[quote]
msgtext
overflow:visible;
width:98%;
}[/quote]