From 04a5eed6cdef64afab50c5e49112864069cf1dcd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Thu, 19 Dec 2013 15:41:19 +0100 Subject: [PATCH] editor: fix styling of the emp wlxml class --- src/editor/modules/documentCanvas/nodes.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor/modules/documentCanvas/nodes.less b/src/editor/modules/documentCanvas/nodes.less index f41363b..b6335a8 100644 --- a/src/editor/modules/documentCanvas/nodes.less +++ b/src/editor/modules/documentCanvas/nodes.less @@ -72,7 +72,7 @@ text-indent: 1.5em; } -[wlxml-class|="emph-tech"] { +[wlxml-class|="emp"] { font-style: italic; } -- 2.20.1