Merge pull request #3 from Ontraport/ONTRAPAGEZ-340

Adding styles for text align center, left and right.
This commit is contained in:
Vinh Lam 2015-05-18 16:58:16 -07:00
commit 67c2f7d1bf

View File

@ -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;
}