[evolution/wip/webkit2] EWebView - Don't show unnecessary white space around pre and code elements



commit c49f6a29a4d10a4e3e310160dc54016ae3e16373
Author: Tomas Popela <tpopela redhat com>
Date:   Wed Feb 4 13:41:34 2015 +0100

    EWebView - Don't show unnecessary white space around pre and code elements

 e-util/e-web-view.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-web-view.c b/e-util/e-web-view.c
index 4a0f945..1d2169e 100644
--- a/e-util/e-web-view.c
+++ b/e-util/e-web-view.c
@@ -3182,7 +3182,8 @@ e_web_view_update_fonts_settings (GSettings *font_settings,
                "  font-size: %dpt;\n"
                "  font-weight: %d;\n"
                "  font-style: %s;\n"
-               "} \n",
+               "  margin: 0px;\n"
+               "}\n",
                pango_font_description_get_family (ms),
                pango_font_description_get_size (ms) / PANGO_SCALE,
                pango_font_description_get_weight (ms),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]