fixed the 20px issue on the bottom of the page
This commit is contained in:
parent
c7f3e545a0
commit
c65cc2c982
2
stylesheets/skeleton.css
vendored
2
stylesheets/skeleton.css
vendored
@ -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"> */
|
||||
|
Loading…
Reference in New Issue
Block a user