[Commits] [SCM] claws branch, litehtml, updated. 3.17.3-117-g601e8d3

ticho at claws-mail.org ticho at claws-mail.org
Tue Feb 12 00:54:39 CET 2019


The branch, litehtml has been updated
       via  601e8d36d740e8cd0223d3aa6460a287a7375e91 (commit)
      from  11f46eefd21d018f5854f1ec698eacd20e6dea92 (commit)

Summary of changes:
 src/plugins/litehtml_viewer/css.inc |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 601e8d36d740e8cd0223d3aa6460a287a7375e91
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Tue Feb 12 00:54:07 2019 +0100

    Make Litehtml display sub- and superscript correctly

diff --git a/src/plugins/litehtml_viewer/css.inc b/src/plugins/litehtml_viewer/css.inc
index 3dc2ad7..1288982 100644
--- a/src/plugins/litehtml_viewer/css.inc
+++ b/src/plugins/litehtml_viewer/css.inc
@@ -323,4 +323,10 @@ input[type=\"hidden\"] { \
 article, aside, footer, header, hgroup, nav, section  \
 { \
 	display: block; \
-}"
+} \
+\
+small, sub, sup { font-size: 80%; } \
+sub, sup { position: relative; } \
+sub { top: +0.5em; } \
+sup { top: -0.5em; } \
+"

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list