From c4e527e513dbef725a04441f03422fe69c0aeff8 Mon Sep 17 00:00:00 2001 From: raphaelgoetter Date: Tue, 3 Sep 2013 13:01:13 +0200 Subject: [PATCH] grids : overflow-x --> overflow --- css/grids.css | 2 +- less/knacss.less | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/grids.css b/css/grids.css index b73fb5e..2e1800d 100644 --- a/css/grids.css +++ b/css/grids.css @@ -5,7 +5,7 @@ /* grids inspired from SUIT https://github.com/suitcss/suit */ -.grid {overflow-x: hidden;} +.grid {overflow: hidden;} .grid > * { display: block; padding: 0; diff --git a/less/knacss.less b/less/knacss.less index 7d013c3..42cc5c7 100644 --- a/less/knacss.less +++ b/less/knacss.less @@ -1,5 +1,5 @@ /* -* www.KNACSS.com V2.7 (2013-08) @author: Raphael Goetter, Alsacreations +* www.KNACSS.com V2.7b (2013-08) @author: Raphael Goetter, Alsacreations * Licence CC-BY http://creativecommons.org/licenses/by/3.0/fr/ */ @@ -342,7 +342,7 @@ img.left, img.right { /* grids inspired from SUIT https://github.com/suitcss/suit */ -.grid {overflow-x: hidden;} +.grid {overflow: hidden;} .grid > * { display: block; padding: 0;