Merge pull request #20 from Ontraport/ONTRAPAGEZ-525

ONTRAPAGEZ-525
This commit is contained in:
jonpreston 2015-07-30 11:39:26 -07:00
commit ea6ee2278c

View File

@ -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
===================================================================================================================== */