CSS: Add class text-right

refs 
This commit is contained in:
Eric Lippmann 2015-09-24 11:57:24 +02:00
parent ae2889c65f
commit c34812f59f

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