mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-19 03:41:19 +02:00
redo docs footer a bit
This commit is contained in:
@@ -45,10 +45,11 @@
|
|||||||
Back to top
|
Back to top
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<!-- Main docs footer (social buttons, copyright, etc). -->
|
|
||||||
{% include colophon.html %}
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- Main docs footer (social buttons, copyright, etc). -->
|
||||||
|
{% include colophon.html %}
|
||||||
|
|
||||||
<!-- JS and analytics only. -->
|
<!-- JS and analytics only. -->
|
||||||
{% include footer.html %}
|
{% include footer.html %}
|
||||||
|
|
||||||
|
@@ -52,6 +52,9 @@ body {
|
|||||||
font-size: 50px;
|
font-size: 50px;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
.bs-masthead .bs-social {
|
||||||
|
margin-top: 80px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Download button */
|
/* Download button */
|
||||||
.bs-masthead .btn {
|
.bs-masthead .btn {
|
||||||
@@ -524,9 +527,10 @@ body {
|
|||||||
-------------------------------------------------- */
|
-------------------------------------------------- */
|
||||||
|
|
||||||
.bs-footer {
|
.bs-footer {
|
||||||
padding-top: 30px;
|
padding-top: 40px;
|
||||||
padding-bottom: 30px;
|
padding-bottom: 30px;
|
||||||
margin-top: 100px;
|
margin-top: 100px;
|
||||||
|
text-align: center;
|
||||||
border-top: 1px solid #e5e5e5;
|
border-top: 1px solid #e5e5e5;
|
||||||
}
|
}
|
||||||
.bs-footer p {
|
.bs-footer p {
|
||||||
@@ -546,7 +550,6 @@ body {
|
|||||||
|
|
||||||
/* Social proof buttons from GitHub & Twitter */
|
/* Social proof buttons from GitHub & Twitter */
|
||||||
.bs-social {
|
.bs-social {
|
||||||
margin-top: 80px;
|
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
.bs-social-buttons {
|
.bs-social-buttons {
|
||||||
|
Reference in New Issue
Block a user