/* Overrides bootstrap theme's sticky-footer-navbar.css.
   Our footer is tall and multi-column, so we don't pin it to a fixed
   60px height/absolute position like the original bootstrap theme does. */
html{ position:relative; min-height:100%; }
body{ margin-bottom:0; }
#footer{ position:static; height:auto; }
code{ font-size:80%; }
