From b5772a34f199c0e5e5e8bb42a07da00731eb4004 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sat, 27 May 2017 18:26:27 +0200 Subject: [PATCH] view editable zone --- Yavsc/wwwroot/css/main/site.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Yavsc/wwwroot/css/main/site.css b/Yavsc/wwwroot/css/main/site.css index 15b22fc5..e00ccdfb 100644 --- a/Yavsc/wwwroot/css/main/site.css +++ b/Yavsc/wwwroot/css/main/site.css @@ -3,6 +3,15 @@ /* Set some basic padding to keep content from hitting the edges */ +.ql-editor { + border: outset 1em rgb(238, 144, 62); + padding: 1em; +} + +.badge { + margin: 1em; +} + .badge img { height: 2em; }