diff --git a/stylesheets/skeleton.css b/stylesheets/skeleton.css index 9d7c30d..19d4013 100644 --- a/stylesheets/skeleton.css +++ b/stylesheets/skeleton.css @@ -202,7 +202,7 @@ ================================================== */ /* Self Clearing Goodness */ - .container:after { content: "."; 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
*/