1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

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 { .site-wrapper {
display: table; display: table;
width: 100%; width: 100%;
height: 100%; /* For at leat Firefox */
min-height: 100%; min-height: 100%;
} }
.site-wrapper-inner { .site-wrapper-inner {