[evolution/webkit-composer: 153/185] EEditorWidget: Do not indent citations.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/webkit-composer: 153/185] EEditorWidget: Do not indent citations.
- Date: Sat, 13 Apr 2013 15:41:10 +0000 (UTC)
commit fb8ae02a3d4d0b203f873b76d0d3c88f9682c44f
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 file changed, 7 insertions(+)
---
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]