Skip to content

Commit 9a80827

Browse files
committed
Improved built-in modules support.
1 parent 6617d56 commit 9a80827

File tree

3 files changed

+330
-23
lines changed

3 files changed

+330
-23
lines changed

css/editor.css

+9
Original file line numberDiff line numberDiff line change
@@ -242,3 +242,12 @@ blockquote small {
242242
display: block;
243243
font-size: 1.4rem;
244244
}
245+
.pull-left {
246+
float: left;
247+
}
248+
.pull-right {
249+
float: right;
250+
}
251+
.pull-center {
252+
text-align: center;
253+
}

0 commit comments

Comments
 (0)