bootstrap-source/bootstrap-3.0.3/examples/sticky-footer-navbar/sticky-footer-navbar.css
1.1 --- a/bootstrap-source/bootstrap-3.0.3/examples/sticky-footer-navbar/sticky-footer-navbar.css Sat Jan 18 12:34:36 2014 +0100
1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
1.3 @@ -1,45 +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 -#wrap > .container {
1.35 - padding: 60px 15px 0;
1.36 -}
1.37 -.container .text-muted {
1.38 - margin: 20px 0;
1.39 -}
1.40 -
1.41 -#footer > .container {
1.42 - padding-left: 15px;
1.43 - padding-right: 15px;
1.44 -}
1.45 -
1.46 -code {
1.47 - font-size: 80%;
1.48 -}