fixed the 20px issue on the bottom of the page

This commit is contained in:
Dave Gamache 2011-05-30 10:56:29 -07:00
parent c7f3e545a0
commit c65cc2c982

View File

@ -202,7 +202,7 @@
================================================== */ ================================================== */
/* Self Clearing Goodness */ /* 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, /* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */ or wrap each row of columns in a <div class="row"> */