Skip to content

Commit

Permalink
fixed the 20px issue on the bottom of the page
Browse files Browse the repository at this point in the history
  • Loading branch information
dhg committed May 30, 2011
1 parent c7f3e54 commit c65cc2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stylesheets/skeleton.css
Expand Up @@ -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 <div class="row"> */
Expand Down

0 comments on commit c65cc2c

Please sign in to comment.