mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04:00
Fix #1312923 [Edit Book - CSS: small is not rendered as a key word (purple instead of green)](https://bugs.launchpad.net/calibre/+bug/1312923)
This commit is contained in:
parent
c329654ebe
commit
3f0582ec3f
@ -73,7 +73,7 @@ content_tokens = [(re.compile(k), v, n) for k, v, n in [
|
||||
r'relative|repeat-x|repeat-y|repeat|rgb|ridge|right-side|'
|
||||
r'rightwards|s-resize|sans-serif|scroll|se-resize|'
|
||||
r'semi-condensed|semi-expanded|separate|serif|show|silent|'
|
||||
r'slow|slower|small-caps|small-caption|smaller|soft|solid|'
|
||||
r'slow|slower|small-caps|small-caption|smaller|small|soft|solid|'
|
||||
r'spell-out|square|static|status-bar|super|sub|sw-resize|'
|
||||
r'table-caption|table-cell|table-column|table-column-group|'
|
||||
r'table-footer-group|table-header-group|'
|
||||
|
Loading…
x
Reference in New Issue
Block a user