I have targets with "10015 - CSS parser error" turned ON to report problems with the CSS. If I compile from the GUI no errors are reported.
But through the command line I get this error out:
Code: Select all
[exec] CSS Parser: file:///C:/Perforce/techcomm/AccelrysRegistration/trunk/src/Content/Resources/Stylesheets/accl_help.css Line: 1539. Char: 18. Bad token in selector: (Code: Select all
@media screen and (min-width:481px)
{
.nav
{
vertical-align: top;
padding-left: 6pt;
padding-right: 6pt;
padding-top: 6pt;
padding-bottom: 6pt;
width: 95%;
overflow: auto;
}
.nav div
{
display: block;
float: left;
width: 33%;
vertical-align: top;
}
}what's more I'm getting this error for PDF targets - why are they even reading "@media screen"?
I can't figure out what Flare thinks is wrong with that. Any ideas anyone?
Thanks
Ruth