2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Normalize examples' CSS. (#24210)

This commit is contained in:
XhmikosR
2017-10-02 21:54:47 +03:00
committed by GitHub
parent eaccb60701
commit 2891dc143d
10 changed files with 27 additions and 42 deletions
@@ -5,15 +5,13 @@ html {
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
height: 60px; /* Set the fixed height of the footer here */
line-height: 60px; /* Vertically center the text there */
background-color: #f5f5f5;
}