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; }