From e92bda2be9c34a3c0964ab66db04cff2bd173a4e Mon Sep 17 00:00:00 2001 From: remkobrenters Date: Sun, 12 Jan 2014 20:13:44 +0100 Subject: [PATCH] Update skeleton1024.css Fixed mistake in .one width (44px instead of 64px) --- stylesheets/skeleton1024.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/skeleton1024.css b/stylesheets/skeleton1024.css index fea9e3f..608de56 100644 --- a/stylesheets/skeleton1024.css +++ b/stylesheets/skeleton1024.css @@ -76,7 +76,7 @@ table { .container .one.column, .container .one.columns { - width: 64px; + width: 44px; } .container .two.columns {