#Comment Adding styles needed for text align center, left and right

This commit is contained in:
Vinh Lam 2015-05-18 16:55:19 -07:00
parent a30a700137
commit 7f0d1e68e8

View File

@ -54,3 +54,19 @@ Fonts
.opt-red { .opt-red {
color: 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;
}