From 1a9344d0d070166ffdfd4800d69705fb153af686 Mon Sep 17 00:00:00 2001 From: Ashwin Pathak Date: Thu, 4 Jun 2015 18:51:41 +0530 Subject: [PATCH] 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. --- css/skeleton.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/skeleton.css b/css/skeleton.css index f28bf6c..92a281f 100644 --- a/css/skeleton.css +++ b/css/skeleton.css @@ -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