Hey guys,
Set aside for a second whether I should have done what I did or not. I was playing with something and trying to do it quick and dirty.
I have a component with an externalized XSL (included from a branch) in the XSL, I have some CSS embedded, a la
[PHP]
<br> ul#flickrGrid li {<br> list-style: none outside;<br> float: left;<br> margin-right: 20px;<br> margin-bottom: 20px;<br> text-align: center;<br> }<br> ul#flickrGrid li img {<br> vertical-align: middle;<br> }<br>
[/PHP]
If I just click the component to preview it in the component branch, or if I drop it on a page and preview the page it looks fine. However, if I click the preview button on the component editor, it looks like the developer preview strips out my internal CSS. Is that an expected behavior?