From 79c18bac74c470fa26810f40efea6f42ca22fc35 Mon Sep 17 00:00:00 2001 From: Zev Goldberg Date: Wed, 12 Mar 2014 16:27:28 -0500 Subject: [PATCH] Remove ineffective code. float:left makes display:inline ineffective. Maybe there's another need for display:inline but I haven't found it. --- stylesheets/skeleton.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/skeleton.css b/stylesheets/skeleton.css index 5db3d38..5c0d5a4 100644 --- a/stylesheets/skeleton.css +++ b/stylesheets/skeleton.css @@ -23,7 +23,7 @@ .container { position: relative; width: 960px; margin: 0 auto; padding: 0; } .container .column, - .container .columns { float: left; display: inline; margin-left: 10px; margin-right: 10px; } + .container .columns { float: left; margin-left: 10px; margin-right: 10px; } .row { margin-bottom: 20px; } /* Nested Column Classes */