diff --git a/stylesheets/skeleton.css b/stylesheets/skeleton.css index dfeaafb..6b3276a 100644 --- a/stylesheets/skeleton.css +++ b/stylesheets/skeleton.css @@ -212,7 +212,12 @@ ================================================== */ /* Self Clearing Goodness */ -.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; } +.container:after { + content: "\0020"; + display: block; + height: 0; + clear: both; + visibility: hidden; } /* Use clearfix class on parent to clear nested columns, or wrap each row of columns in a
*/