Merge pull request #18 from Ontraport/ONTRAPAGEZ-737

ONTRAPAGEZ-737
This commit is contained in:
jonpreston 2015-07-27 12:57:35 -07:00
commit 924d5b812d

View File

@ -180,18 +180,21 @@ Fonts
display: inline-block; display: inline-block;
width: 100%; width: 100%;
text-align: center; text-align: center;
text-decoration: inherit;
} }
.wysiwyg-text-align-left { .wysiwyg-text-align-left {
display: inline-block; display: inline-block;
width: 100%; width: 100%;
text-align: left; text-align: left;
text-decoration: inherit;
} }
.wysiwyg-text-align-right { .wysiwyg-text-align-right {
display: inline-block; display: inline-block;
width: 100%; width: 100%;
text-align: right; text-align: right;
text-decoration: inherit;
} }
/* ===================================================================================================================== /* =====================================================================================================================