CSS: Add class text-right

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-24 11:57:24 +02:00
parent ae2889c65f
commit c34812f59f
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@
float: right;
}
.text-right {
text-align: right;
}
.text-small {
color: @text-color-light;
font-size: @font-size-small;