From b5829f4c82500ceace80d980a141f15ae3421b8f Mon Sep 17 00:00:00 2001
From: ulrich@undisclosed <ulrich@ulrich-vaio>
Date: Sat, 18 Apr 2020 09:11:44 +0000
Subject: [PATCH] MarkdownServlet der Datenvorlage hinzugefuegt

---
 web/ui/mce.css |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/web/ui/mce.css b/web/ui/mce.css
index f6bb673..6ffb9e0 100644
--- a/web/ui/mce.css
+++ b/web/ui/mce.css
@@ -17,4 +17,8 @@
 */
 
 
-body {font-size: 12pt;}
\ No newline at end of file
+body {font-size: 1em;}
+
+p.myClass {color: blue;}
+
+table, tr, td {font-size: 1em;}
\ No newline at end of file

--
Gitblit v1.9.3