2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

fixes #18293: clean up sticky stuff

This commit is contained in:
Mark Otto
2015-12-07 22:05:37 -08:00
parent 5a6a128728
commit 3d45bd6106
4 changed files with 36 additions and 40 deletions
@@ -14,6 +14,7 @@ body {
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
line-height: 60px; /* Vertically center the text there */
background-color: #f5f5f5;
}
@@ -27,6 +28,3 @@ body {
max-width: 680px;
padding: 0 15px;
}
.container .text-muted {
margin: 20px 0;
}