[evolution/webkit-composer: 153/181] EEditorWidget: Do not indent citations.



commit 3d3a9b0814b7d0eb1809f43990fa6995c26ced10
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]