View Single Post
Old 09-29-2022, 11:10 AM   #1
RbnJrg
Wizard
RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.
 
Posts: 1,834
Karma: 8700631
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
An issue with css stylesheets

When in a css stylesheet I execute the commands "Reformat CSS/Multiple Lines Per Style" in those styles where I have declared the property "!important", Sigil adds a blank space that, in some readers, it makes that the property "!important" does not work.

An example:

Before "Reformat CSS/Multiple Lines Per Style":

Code:
.topM {
   margin-top: 1em !important;
}
After "Reformat CSS/Multiple Lines Per Style":

Code:
.topM {
   margin-top: 1em  !important;
}
And that extra space is causing issues in some readers. Please Kevin and Diap, fix that in the next version of Sigil.
RbnJrg is offline   Reply With Quote