[evolution/wip/webkit-composer: 149/262] EEditorWidget: Do not indent citations.



commit 07ec5a3986526b23b0b06dcf010f6e52f90f4088
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed Feb 6 20:34:35 2013 -0500

    EEditorWidget: Do not indent citations.

 e-util/e-editor-widget.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/e-util/e-editor-widget.c b/e-util/e-editor-widget.c
index 2aa1ec7..ad7a2b7 100644
--- a/e-util/e-editor-widget.c
+++ b/e-util/e-editor-widget.c
@@ -1775,6 +1775,13 @@ e_editor_widget_update_fonts (EEditorWidget *widget)
                "  margin-bottom: 0.2em;\n"
                "}\n");
 
+       /* Do not indent citations. */
+       g_string_append_printf (
+               stylesheet,
+               "blockquote[type=cite] {\n"
+               "  margin: 0;\n"
+               "}\n");
+
        gdk_color_free (link);
        gdk_color_free (visited);
 


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