Quote:
Originally Posted by BeckyEbook
One more scenario:
1. Empty EPUB, empty CSS
2. In xhtml: <p class="red">Test</p>
3. In css (linked of course) .red {color: red;}
4. Your text should be red. Is it? OK.
5. Now select ".red" in CSS file and use "Rename Selected Class"
6. Tada! Text is black and other problems described earlier also occur.
|
If the p tag has class green then why would you see red when changing a css selector with .red, you mean .green, right? Oh that was a typo, just fixed.
But what are you renaming the class red to?
Again please post a testcase and exact steps so I can see what you are seeing.
Please test that with Sigil 2.6.2 as well.