From fe50f98aae09eaf8c360857f9fc8a024409469d9 Mon Sep 17 00:00:00 2001
From: ulrich <not disclosed>
Date: Sat, 17 Feb 2018 19:22:03 +0000
Subject: [PATCH] Auf Nutzung mit Docker umgestellt

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

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

--
Gitblit v1.9.3