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:
parent
88f03612b0
commit
1a9344d0d0
6
css/skeleton.css
vendored
6
css/skeleton.css
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user