ONTRAPAGEZ-737
This commit is contained in:
parent
cc1f474c28
commit
381a26d980
@ -177,21 +177,24 @@ Fonts
|
|||||||
* https://github.com/xing/wysihtml5/wiki/Supported-Commands
|
* https://github.com/xing/wysihtml5/wiki/Supported-Commands
|
||||||
*/
|
*/
|
||||||
.wysiwyg-text-align-center {
|
.wysiwyg-text-align-center {
|
||||||
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* =====================================================================================================================
|
/* =====================================================================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user