Skip to content

Commit 1f1e447

Browse files
committed
add support for text alignment roles (text-*)
1 parent 640192f commit 1f1e447

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/css/doc.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,22 @@
202202
clear: both;
203203
}
204204

205+
.doc .text-left {
206+
text-align: left;
207+
}
208+
209+
.doc .text-center {
210+
text-align: center;
211+
}
212+
213+
.doc .text-right {
214+
text-align: right;
215+
}
216+
217+
.doc .text-justify {
218+
text-align: justify;
219+
}
220+
205221
.doc .stretch {
206222
width: 100%;
207223
}

0 commit comments

Comments
 (0)