Skip to content

Commit

Permalink
Merge pull request #851 from viktoriussuwandi/issue#850
Browse files Browse the repository at this point in the history
Update common/static/css/ckeditor.css
  • Loading branch information
brylie authored Aug 6, 2023
2 parents 3baffca + 53a7d9d commit e0001bf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions common/static/css/ckeditor.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,36 @@
.rteindent2 {
margin-left: 80px;
}

/* Expected empty line before rule (rule-empty-line-before) */
.rteindent3 {
margin-left: 120px;
}

.rteindent4 {
margin-left: 160px;
}

.rteleft {
text-align: left;
}

.rteright {
text-align: right;
}

.rtecenter {
text-align: center;
}

.rtejustify {
text-align: justify;
}

.ibimage_left {
float: left;
}

.ibimage_right {
float: right;
}

0 comments on commit e0001bf

Please sign in to comment.