Commit 84a9c74e authored by Mark Otto's avatar Mark Otto

fix footer in responsive

parent 22a9a836
...@@ -28,10 +28,7 @@ h3 code { ...@@ -28,10 +28,7 @@ h3 code {
body > .navbar-fixed-top { body > .navbar-fixed-top {
font-size: 13px; 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 */ /* Change the docs' brand */
body > .navbar-fixed-top .brand { body > .navbar-fixed-top .brand {
...@@ -810,6 +807,10 @@ form.bs-docs-example { ...@@ -810,6 +807,10 @@ form.bs-docs-example {
} }
/* Unfloat the back to top link in footer */ /* Unfloat the back to top link in footer */
.footer {
margin-left: -20px;
margin-right: -20px;
}
.footer p { .footer p {
margin-bottom: 9px; margin-bottom: 9px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment