From 439979c1d1fcb393051218638da42c516090c820 Mon Sep 17 00:00:00 2001 From: Jonathan Preston Date: Thu, 30 Jul 2015 11:38:53 -0700 Subject: [PATCH] ONTRAPAGEZ-525 #Comments breaks off wysihtml5 text align css into separate file so it can be separately included in legacy templates #Time 1.5h --- css/skeleton.ontraport.css | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/css/skeleton.ontraport.css b/css/skeleton.ontraport.css index 3fc9756..96bb98e 100644 --- a/css/skeleton.ontraport.css +++ b/css/skeleton.ontraport.css @@ -172,31 +172,6 @@ Fonts color: red; } -/** - * Adding CSS rules for WYSIWYG HTML 5 Support - * https://github.com/xing/wysihtml5/wiki/Supported-Commands - */ - .wysiwyg-text-align-center { - display: inline-block; - width: 100%; - text-align: center; - text-decoration: inherit; -} - -.wysiwyg-text-align-left { - display: inline-block; - width: 100%; - text-align: left; - text-decoration: inherit; -} - -.wysiwyg-text-align-right { - display: inline-block; - width: 100%; - text-align: right; - text-decoration: inherit; -} - /* ===================================================================================================================== Container ===================================================================================================================== */