aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/src
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-07-31 15:17:33 -0700
committerMark Otto <[email protected]>2015-07-31 15:17:33 -0700
commit8babdf166a3997f4f52198775223bb1e995e3377 (patch)
tree3157b887e8b63c3c5d45507d9b90af57c63a6850 /docs/assets/css/src
parentdd6280e1c2ce7ada955af74d5f8c01cb7cc9d206 (diff)
parentc9c9c614a90639e36b34ae44cf4001c01ba9146b (diff)
downloadbootstrap-8babdf166a3997f4f52198775223bb1e995e3377.tar.xz
bootstrap-8babdf166a3997f4f52198775223bb1e995e3377.zip
Merge pull request #16921 from twbs/footer
Simpler docs footer
Diffstat (limited to 'docs/assets/css/src')
-rw-r--r--docs/assets/css/src/docs.css57
1 files changed, 14 insertions, 43 deletions
diff --git a/docs/assets/css/src/docs.css b/docs/assets/css/src/docs.css
index 622b3e577..c0c2452b0 100644
--- a/docs/assets/css/src/docs.css
+++ b/docs/assets/css/src/docs.css
@@ -166,26 +166,31 @@ h4 code {
*/
.bs-docs-footer {
- padding-top: 40px;
- padding-bottom: 40px;
+ padding-top: 50px;
+ padding-bottom: 50px;
margin-top: 100px;
- color: #767676;
+ color: #99979c;
text-align: center;
- border-top: 1px solid #e5e5e5;
+ background-color: #2a2730;
+}
+.bs-docs-footer a {
+ color: #fff;
}
.bs-docs-footer-links {
padding-left: 0;
- margin-top: 20px;
+ margin-bottom: 20px;
}
.bs-docs-footer-links li {
- display: inline;
- padding: 0 2px;
+ display: inline-block;
}
-.bs-docs-footer-links li:first-child {
- padding-left: 0;
+.bs-docs-footer-links li + li {
+ margin-left: 15px;
}
@media (min-width: 768px) {
+ .bs-docs-footer {
+ text-align: left;
+ }
.bs-docs-footer p {
margin-bottom: 0;
}
@@ -193,40 +198,6 @@ h4 code {
/*
- * Social buttons
- *
- * Twitter and GitHub social action buttons (for homepage and footer).
- */
-
-.bs-docs-social {
- margin-bottom: 20px;
- text-align: center;
-}
-.bs-docs-social-buttons {
- display: inline-block;
- padding-left: 0;
- margin-bottom: 0;
- list-style: none;
-}
-.bs-docs-social-buttons li {
- display: inline-block;
- padding: 5px 8px;
- line-height: 1;
-}
-.bs-docs-social-buttons .twitter-follow-button {
- width: 225px !important;
-}
-.bs-docs-social-buttons .twitter-share-button {
- width: 98px !important;
-}
-/* Style the GitHub buttons via CSS instead of inline attributes */
-.github-btn {
- overflow: hidden;
- border: 0;
-}
-
-
-/*
* Homepage
*
* Tweaks to the custom homepage and the masthead (main jumbotron).