From 7f0d1e68e85101f97c2241e01f1ed2d848e02111 Mon Sep 17 00:00:00 2001 From: Vinh Lam Date: Mon, 18 May 2015 16:55:19 -0700 Subject: [PATCH] #Comment Adding styles needed for text align center, left and right --- css/skeleton.ontraport.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/css/skeleton.ontraport.css b/css/skeleton.ontraport.css index 48e1e37..3ebfad3 100644 --- a/css/skeleton.ontraport.css +++ b/css/skeleton.ontraport.css @@ -54,3 +54,19 @@ Fonts .opt-red { color: red; } + +/** + * Adding CSS rules for WYSIWYG HTML 5 Support + * https://github.com/xing/wysihtml5/wiki/Supported-Commands + */ + .wysiwyg-text-align-center { + text-align: center; +} + +.wysiwyg-text-align-left { + text-align: left; +} + +.wysiwyg-text-align-right { + text-align: right; +} \ No newline at end of file