[evolution/webkit-composer: 153/182] EEditorWidget: Do not indent citations.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/webkit-composer: 153/182] EEditorWidget: Do not indent citations.
- Date: Sun, 17 Mar 2013 14:50:34 +0000 (UTC)
commit 2095d9437f652dc526674d67215cecbf0f533c2b
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]