From aca28de01e7327a45ce025303fc2acc5c3813406 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 9 Jun 2018 19:25:33 +0200 Subject: Use WYMeditor as the article text editor. WYMeditor produces much better XHTML than Trumbowyg. --- .../wymeditor/iframe/pretty/wymiframe.ie.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 static-files/journal/wymeditor/iframe/pretty/wymiframe.ie.css (limited to 'static-files/journal/wymeditor/iframe/pretty/wymiframe.ie.css') diff --git a/static-files/journal/wymeditor/iframe/pretty/wymiframe.ie.css b/static-files/journal/wymeditor/iframe/pretty/wymiframe.ie.css new file mode 100644 index 0000000..0be2da2 --- /dev/null +++ b/static-files/journal/wymeditor/iframe/pretty/wymiframe.ie.css @@ -0,0 +1,21 @@ +/* + * WYMeditor : what you see is What You Mean web-based editor + * Copyright (c) 2005 - 2009 Jean-Francois Hovinne, http://www.wymeditor.org/ + * Dual licensed under the MIT (MIT-license.txt) + * and GPL (GPL-license.txt) licenses. + * + * For further information visit: + * http://www.wymeditor.org/ + * + * File Name: + * wymeditor.ie.css + * Main editor css file, IE support. + * See the documentation for more info. + * + * File Authors: + * Gyuris Gellért (bubu a-t ujevangelizacio dothu) +*/ + +/* VISUAL FEEDBACK */ +ul, ol, dl { min-height: auto; line-height: 0px } +li, dt, dd { line-height: 20px; } -- cgit v1.2.3