mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
2f7857479d
commit
26ee920fd8
@ -378,7 +378,7 @@ when single quotes at the start of contractions are involved. Accessed via
|
||||
Transforming CSS properties
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Create rules to transform the stying of the book. For example, create a rule
|
||||
Create rules to transform the styling of the book. For example, create a rule
|
||||
to convert all red text to green or to double the font size of all text in the
|
||||
book or make text of a certain font family italic, etc.
|
||||
|
||||
|
@ -93,7 +93,7 @@ class RuleEdit(QWidget): # {{{
|
||||
if 'matches' in mt:
|
||||
tt = _('A regular expression')
|
||||
elif mt in '< > <= >='.split():
|
||||
tt = _('Either a CSS length, such as 10pt or a unit less number. If a unitless'
|
||||
tt = _('Either a CSS length, such as 10pt or a unit less number. If a unit less'
|
||||
' number is used it will be compared with the CSS value using whatever unit'
|
||||
' the value has. Note that comparison automatically converts units, except'
|
||||
' for relative units like percentage or em, for which comparison fails'
|
||||
|
Loading…
x
Reference in New Issue
Block a user