Commit 28e95c3f authored by Leo Iannacone's avatar Leo Iannacone

Add classes for align images coming from websites using ckeditor

parent 3c7ccc43
......@@ -116,13 +116,13 @@ table.sticky-table {
width: 100%;
}
.alignright {
.alignright, .rteright {
float: right;
}
.alignleft {
.alignleft, .rteleft {
float: left;
}
.aligncenter {
.aligncenter, .rtecenter {
margin-left: auto;
margin-right: auto;
display: block;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment