Merge pull request #3 from Ontraport/ONTRAPAGEZ-340
Adding styles for text align center, left and right.
This commit is contained in:
commit
67c2f7d1bf
@ -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;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user