Added text utilities for quick text alignment

This comes in handy when you have an element for which we haven't created any style rules.
This commit is contained in:
Ashwin Pathak 2015-06-04 18:51:41 +05:30
parent 88f03612b0
commit 1a9344d0d0

6
css/skeleton.css vendored
View File

@ -369,6 +369,12 @@ form {
float: right; }
.u-pull-left {
float: left; }
.t-left {
text-align: left; }
.t-center {
text-align: center; }
.t-right {
text-align: right; }
/* Misc