From: Aleksander Ɓukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Date: Thu, 19 Dec 2013 14:41:19 +0000 (+0100)
Subject: editor: fix styling of the emp wlxml class
X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/04a5eed6cdef64afab50c5e49112864069cf1dcd

editor: fix styling of the emp wlxml class
---

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;
 }