]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix footer in responsive
authorMark Otto <markotto@twitter.com>
Mon, 30 Jul 2012 06:51:18 +0000 (23:51 -0700)
committerMark Otto <markotto@twitter.com>
Mon, 30 Jul 2012 06:51:18 +0000 (23:51 -0700)
docs/assets/css/docs.css

index 6110e9302835999745281cc5bbfef1164188b603..784aa153b812637beee22d885edb5ff8a5e13d3e 100644 (file)
@@ -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;
   }