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 { ...@@ -116,13 +116,13 @@ table.sticky-table {
width: 100%; width: 100%;
} }
.alignright { .alignright, .rteright {
float: right; float: right;
} }
.alignleft { .alignleft, .rteleft {
float: left; float: left;
} }
.aligncenter { .aligncenter, .rtecenter {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
display: block; 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