Hi Evgeny, How are you including the CSS in your gadget? Is it a style type link or is it internal? If a link, is your link being rewritten through the shindig proxy at runtime?
Thanks, -Stanton On Aug 20, 2013 8:36 AM, "Evgeny Bogdanov" <evgeny.bogda...@epfl.ch> wrote: > Hi > > we have some problems with the CSS3 in our widgets on Shindig-2.5.0. > For example, we use the following code in CSS files: > > /* FONT AWESOME CORE > * -------------------------- */ > [class^="icon-"], > [class*=" icon-"] { > font-family: FontAwesome; > font-weight: normal; > font-style: normal; > text-decoration: inherit; > -webkit-font-smoothing: antialiased; > *margin-right: .3em; > } > [class^="icon-"]:before, > [class*=" icon-"]:before { > text-decoration: inherit; > display: inline-block; > speak: none; > } > > However, these lines are removed by shindig from css files that gadget > uses. > How can I tell shindig not to remove them? > > Thank you in advance, > Evgeny >