From 6a4bb4ef9e00dcf49d85a991a002f1ad995c6545 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Sun, 20 Apr 2014 19:54:11 +0200 Subject: [PATCH] text-align: left on autogrids childrens --- less/02-grids.less | 1 + 1 file changed, 1 insertion(+) diff --git a/less/02-grids.less b/less/02-grids.less index 9c28027..1cf48ca 100644 --- a/less/02-grids.less +++ b/less/02-grids.less @@ -108,6 +108,7 @@ letter-spacing: normal; word-spacing: normal; vertical-align: top; + text-align: left; text-rendering: auto; } .autogrid2 > * {width: 49%}