fixes #11925: cover template for firefox

This commit is contained in:
Mark Otto 2013-12-18 09:42:37 -08:00
parent ec261a83a5
commit 8142493b42

View File

@ -40,6 +40,7 @@ body {
.site-wrapper {
display: table;
width: 100%;
height: 100%; /* For at leat Firefox */
min-height: 100%;
}
.site-wrapper-inner {