mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
fix footer in responsive
This commit is contained in:
parent
22a9a83656
commit
84a9c74efd
@ -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 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* 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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user