From 4dfff81efcb38689ca8bbcadf346f6b997ef9589 Mon Sep 17 00:00:00 2001 From: Foxy Themes Date: Sun, 3 May 2015 22:04:35 -0500 Subject: [PATCH] Added Bootstrap Wysihtml5 style --- bootstrap.wysihtml5/styles/email-editor.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bootstrap.wysihtml5/styles/email-editor.css diff --git a/bootstrap.wysihtml5/styles/email-editor.css b/bootstrap.wysihtml5/styles/email-editor.css new file mode 100644 index 0000000..3355845 --- /dev/null +++ b/bootstrap.wysihtml5/styles/email-editor.css @@ -0,0 +1,5 @@ +body { + font-size: 15px !important; + font-weight: 300 !important; + line-height: 24px !important; +} \ No newline at end of file