CSS: Add class text-left

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-25 00:20:17 +02:00
parent bb56929f7a
commit 20a888dfc6

View File

@ -31,6 +31,10 @@
float: right; float: right;
} }
.text-left {
text-align: left;
}
.text-right { .text-right {
text-align: right; text-align: right;
} }