2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

stylelint the examples

This commit is contained in:
Mark Otto
2017-11-26 13:40:49 -08:00
parent 3c2f8bafac
commit ccd7742397
11 changed files with 61 additions and 67 deletions
@@ -5,22 +5,20 @@ 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 */
background-color: #f5f5f5;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
* Not required for template or sticky footer method.
* -------------------------------------------------- */
.container {
width: auto;