This commit is contained in:
Kovid Goyal 2015-03-25 20:51:39 +05:30
parent 055b23109d
commit f60e51248f

View File

@ -70,7 +70,7 @@ class ImagesManager(object):
return self.images[href].rid return self.images[href].rid
def create_image_markup(self, html_img, stylizer, href): def create_image_markup(self, html_img, stylizer, href):
# TODO: inline img with non baseline vertical-align, img inside a link (clickable image) # TODO: img inside a link (clickable image)
style = stylizer.style(html_img) style = stylizer.style(html_img)
floating = style['float'] floating = style['float']
if floating not in {'left', 'right'}: if floating not in {'left', 'right'}: