|
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.
|