[evolution/wip/webkit-composer: 355/966] EEditorWidget: Do not indent citations.
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/webkit-composer: 355/966] EEditorWidget: Do not indent citations.
- Date: Wed, 23 Apr 2014 10:23:16 +0000 (UTC)
commit 2449584a345da572384f7e7eb6fa72f418a3cae9
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]