1.1 --- a/bootstrap-source/bootstrap-3.0.3/examples/sticky-footer/sticky-footer.css Sat Jan 18 12:34:36 2014 +0100
1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
1.3 @@ -1,38 +0,0 @@
1.4 -/* Sticky footer styles
1.5 --------------------------------------------------- */
1.6 -
1.7 -html,
1.8 -body {
1.9 - height: 100%;
1.10 - /* The html and body elements cannot have any padding or margin. */
1.11 -}
1.12 -
1.13 -/* Wrapper for page content to push down footer */
1.14 -#wrap {
1.15 - min-height: 100%;
1.16 - height: auto;
1.17 - /* Negative indent footer by its height */
1.18 - margin: 0 auto -60px;
1.19 - /* Pad bottom by footer height */
1.20 - padding: 0 0 60px;
1.21 -}
1.22 -
1.23 -/* Set the fixed height of the footer here */
1.24 -#footer {
1.25 - height: 60px;
1.26 - background-color: #f5f5f5;
1.27 -}
1.28 -
1.29 -
1.30 -/* Custom page CSS
1.31 --------------------------------------------------- */
1.32 -/* Not required for template or sticky footer method. */
1.33 -
1.34 -.container {
1.35 - width: auto;
1.36 - max-width: 680px;
1.37 - padding: 0 15px;
1.38 -}
1.39 -.container .text-muted {
1.40 - margin: 20px 0;
1.41 -}