1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 07:39:57 +02:00

tweak alignment and spacing

This commit is contained in:
Mark Otto
2015-04-15 15:30:38 -07:00
parent 236a86502e
commit 6b2775b2fe

View File

@@ -136,10 +136,10 @@ body {
// //
.bs-docs-footer { .bs-docs-footer {
padding-top: 2rem;
margin-top: 6rem; margin-top: 6rem;
font-size: 85%; font-size: 85%;
color: #777; color: #777;
text-align: center;
border-top: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5;
} }
.bs-docs-footer-links { .bs-docs-footer-links {
@@ -159,9 +159,6 @@ body {
.bs-docs-footer p { .bs-docs-footer p {
margin-bottom: 0; margin-bottom: 0;
} }
.bs-docs .bs-docs-footer {
text-align: left;
}
} }
@@ -171,7 +168,6 @@ body {
.bs-docs-social { .bs-docs-social {
margin-bottom: 1.5rem; margin-bottom: 1.5rem;
text-align: center;
} }
.bs-docs-social-buttons { .bs-docs-social-buttons {
display: inline-block; display: inline-block;
@@ -198,9 +194,8 @@ body {
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.bs-docs .bs-docs-social { .bs-docs-social {
margin-left: -.5rem; margin-left: -.5rem;
text-align: left;
} }
} }