Remove the blank line at the bottom of every page after the default theme rendering.

Set a background color to #layout-footer In Site.css, you can clearly see the blank line at the bottom.
This commit is contained in:
yw80
2015-07-20 15:43:23 +08:00
parent e964d80f7e
commit a0f42632e0

View File

@@ -66,6 +66,7 @@ header, footer, aside, nav, article { display: block; }
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}
@@ -75,6 +76,7 @@ header, footer, aside, nav, article { display: block; }
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}