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
1 changed files with 4 additions and 0 deletions

View File

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