From: Mark Otto Date: Mon, 30 Jul 2012 06:51:18 +0000 (-0700) Subject: fix footer in responsive X-Git-Tag: v2.1.0~2^2~120 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=84a9c74efde9f5d7508a4c7cb330b452be9666ce;p=thirdparty%2Fbootstrap.git fix footer in responsive --- diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 6110e93028..784aa153b8 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -28,10 +28,7 @@ h3 code { body > .navbar-fixed-top { font-size: 13px; -/* -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.15); - -moz-box-shadow: 0 5px 15px rgba(0,0,0,.15); - box-shadow: 0 5px 15px rgba(0,0,0,.15); -*/} +} /* Change the docs' brand */ body > .navbar-fixed-top .brand { @@ -810,6 +807,10 @@ form.bs-docs-example { } /* Unfloat the back to top link in footer */ + .footer { + margin-left: -20px; + margin-right: -20px; + } .footer p { margin-bottom: 9px; }