aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-18 13:13:27 -0800
committerMark Otto <[email protected]>2013-12-18 13:13:27 -0800
commitd87e70fd49761daee24e894cf299c40af1eb80d5 (patch)
tree67fe3fefe28c8fd338194702c6488756468c0ff1
parent5bba8744679ddead8673c003997410c71fc47000 (diff)
downloadbootstrap-d87e70fd49761daee24e894cf299c40af1eb80d5.tar.xz
bootstrap-d87e70fd49761daee24e894cf299c40af1eb80d5.zip
footer alignment
-rw-r--r--docs-assets/css/docs.css19
1 files changed, 2 insertions, 17 deletions
diff --git a/docs-assets/css/docs.css b/docs-assets/css/docs.css
index 7e0a2157c..952271ad9 100644
--- a/docs-assets/css/docs.css
+++ b/docs-assets/css/docs.css
@@ -141,14 +141,14 @@ body {
.bs-footer {
padding-top: 40px;
- padding-bottom: 30px;
+ padding-bottom: 40px;
margin-top: 100px;
color: #777;
text-align: center;
border-top: 1px solid #e5e5e5;
}
.footer-links {
- margin: 10px 0;
+ margin-top: 20px;
padding-left: 0;
color: #999;
}
@@ -161,9 +161,6 @@ body {
}
@media (min-width: 768px) {
- .bs-footer {
- text-align: left;
- }
.bs-footer p {
margin-bottom: 0;
}
@@ -177,7 +174,6 @@ body {
*/
.bs-social {
- margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
@@ -204,15 +200,6 @@ body {
overflow: hidden;
}
-@media (min-width: 768px) {
- .bs-social {
- text-align: left;
- }
- .bs-social-buttons li:first-child {
- padding-left: 0;
- }
-}
-
/*
* Homepage
@@ -525,7 +512,6 @@ body {
margin-bottom: 30px;
padding-top: 5px;
padding-bottom: 5px;
- border-left: 1px solid #eee;
}
/* All levels of nav */
@@ -535,7 +521,6 @@ body {
font-weight: 500;
color: #999;
padding: 4px 20px;
- margin-left: -1px;
}
.bs-sidebar .nav > li > a:hover,
.bs-sidebar .nav > li > a:focus {