1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-16 10:34:07 +02:00

Merge pull request #6936 from jodytate/3.0.0-wip

minor update to sticky-footer examples
This commit is contained in:
Mark Otto
2013-02-14 13:59:05 -08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@
min-height: 100%; min-height: 100%;
height: auto !important; height: auto !important;
height: 100%; height: 100%;
/* Negative indent footer by it's height */ /* Negative indent footer by its height */
margin: 0 auto -60px; margin: 0 auto -60px;
} }

View File

@@ -40,7 +40,7 @@
min-height: 100%; min-height: 100%;
height: auto !important; height: auto !important;
height: 100%; height: 100%;
/* Negative indent footer by it's height */ /* Negative indent footer by its height */
margin: 0 auto -60px; margin: 0 auto -60px;
} }