From 19a7833ca43168e3d1351c0b41aedf93359c19c7 Mon Sep 17 00:00:00 2001 From: AlexKvazos Date: Wed, 23 Apr 2014 20:11:52 -0500 Subject: [PATCH] New fluid container --- stylesheets/skeleton.css | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/skeleton.css b/stylesheets/skeleton.css index 5db3d38..432b43d 100644 --- a/stylesheets/skeleton.css +++ b/stylesheets/skeleton.css @@ -21,6 +21,7 @@ /* #Base 960 Grid ================================================== */ + .container-fluid {width: 100%; max-width: 100%; clear: both; margin: 0 auto;} .container { position: relative; width: 960px; margin: 0 auto; padding: 0; } .container .column, .container .columns { float: left; display: inline; margin-left: 10px; margin-right: 10px; }