ONTRAPAGEZ-525

#Comments breaks off wysihtml5 text align css into separate file so it can be separately included in legacy templates

#Time 1.5h
This commit is contained in:
Jonathan Preston 2015-07-30 11:38:53 -07:00
parent d88f006890
commit 439979c1d1

View File

@ -172,31 +172,6 @@ Fonts
color: red; 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 Container
===================================================================================================================== */ ===================================================================================================================== */