bump crengine: fix vertical-align and others (#4307)

bump crengine, which includes:
- Avoid uneeded re-rendering on load when with full status bar
- Update french hyphenation pattern
- Fix border-collapse on table cells in some cases
- Fix line-height inheritance when no unit
- Fix: don't ignore space following an image
- Fix: ignore occasional space at start of line
- Fix possible segfault when viewing HTML
- Fix and extend support of vertical-align

Also add a style tweak to middle align images with text, which
may make some text with inline icons and such nicer (depending
on images sizes and selected Zoom/DPI).
This commit is contained in:
poire-z
2018-11-05 00:12:12 +01:00
committed by GitHub
parent 42548939bc
commit 26aeb6121c
2 changed files with 6 additions and 1 deletions

2
base

Submodule base updated: f13f1ce2ee...bcd8ba4e74

View File

@@ -185,6 +185,11 @@ img {
}
]],
},
{
id = "image_valign_middle";
title = _("Middle align images with text"),
css = [[img { vertical-align: middle; }]],
},
},
-- No current need for workarounds
-- {