0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

fix footer in responsive

This commit is contained in:
Mark Otto 2012-07-29 23:51:18 -07:00
parent 22a9a83656
commit 84a9c74efd

View 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;
}