From 84a9c74efde9f5d7508a4c7cb330b452be9666ce Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 29 Jul 2012 23:51:18 -0700 Subject: [PATCH] fix footer in responsive --- docs/assets/css/docs.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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; }