From 56dd55fe08e8e1949083a07289e0ada5affc510c Mon Sep 17 00:00:00 2001 From: jlukic Date: Tue, 21 Oct 2014 15:33:00 -0400 Subject: [PATCH] More fixes for #1173 --- src/definitions/collections/grid.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/definitions/collections/grid.less b/src/definitions/collections/grid.less index 08a66d8d0..006fed0db 100755 --- a/src/definitions/collections/grid.less +++ b/src/definitions/collections/grid.less @@ -1026,17 +1026,17 @@ .ui[class*="six column"].doubling:not(.stackable).grid > .row > .column, .ui[class*="six column"].doubling:not(.stackable).grid > .column, .ui.grid > [class*="six column"].doubling:not(.stackable).row > .column { - width: @threeColumn !important; + width: @twoColumn !important; } .ui[class*="seven column"].doubling:not(.stackable).grid > .row > .column, .ui[class*="seven column"].doubling:not(.stackable).grid > .column, .ui.grid > [class*="seven column"].doubling:not(.stackable).row > .column { - width: @threeColumn !important; + width: @twoColumn !important; } .ui[class*="eight column"].doubling:not(.stackable).grid > .row > .column, .ui[class*="eight column"].doubling:not(.stackable).grid > .column, .ui.grid > [class*="eight column"].doubling:not(.stackable).row > .column { - width: @threeColumn !important; + width: @twoColumn !important; } .ui[class*="nine column"].doubling:not(.stackable).grid > .row > .column, .ui[class*="nine column"].doubling:not(.stackable).grid > .column, @@ -1051,7 +1051,7 @@ .ui[class*="twelve column"].doubling:not(.stackable).grid > .row > .column, .ui[class*="twelve column"].doubling:not(.stackable).grid > .column, .ui.grid > [class*="twelve column"].doubling:not(.stackable).row > .column { - width: @threColumn !important; + width: @threeColumn !important; } .ui[class*="fourteen column"].doubling:not(.stackable).grid > .row > .column, .ui[class*="fourteen column"].doubling:not(.stackable).grid > .column,