2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

Simpler footer for docs

* Remove back to top link (ya'll are lazy :P)
* Center text
* Decrease vertical padding
This commit is contained in:
Mark Otto
2012-11-21 23:29:20 -08:00
parent 8b417c39e7
commit 8df2811d49
10 changed files with 2 additions and 14 deletions
+2 -5
View File
@@ -299,7 +299,8 @@ only screen and ( -o-min-device-pixel-ratio: 2/1) {
-------------------------------------------------- */
.footer {
padding: 70px 0;
text-align: center;
padding: 30px 0;
margin-top: 70px;
border-top: 1px solid #e5e5e5;
background-color: #f5f5f5;
@@ -1024,8 +1025,4 @@ form.bs-docs-example {
padding-top: 20px;
padding-bottom: 20px;
}
/* Unfloat the back to top in footer to prevent odd text wrapping */
.footer .pull-right {
float: none;
}
}