Quote:
Originally Posted by roger64
Code:
.Title, .Heading, .Subtitle,{
text-indent: 0;
}
The plugin stopped parsing this style-sheet because of this code (see screenshot). It's very nice to know precisely what happens instead of getting a terse and cryptic "failed".
I would like to know if the above code is wrong and if I should break it in three parts.
|
More than likely it's just a matter of the extraneous comma after the .Subtitle selector.