aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/docs.min.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-08-05 00:54:30 -0700
committerMark Otto <[email protected]>2015-08-05 00:54:30 -0700
commitbc88c90b2c6c10002273154eebf138d1029fdee5 (patch)
treedd1e27401bd9c131a119a7456d43ecfa78629742 /docs/assets/css/docs.min.css
parent97bcfb9e7fcc140c32d4e7657f0db09128eb909d (diff)
downloadbootstrap-bc88c90b2c6c10002273154eebf138d1029fdee5.tar.xz
bootstrap-bc88c90b2c6c10002273154eebf138d1029fdee5.zip
footer overhaul again
Diffstat (limited to 'docs/assets/css/docs.min.css')
-rw-r--r--docs/assets/css/docs.min.css16
1 files changed, 10 insertions, 6 deletions
diff --git a/docs/assets/css/docs.min.css b/docs/assets/css/docs.min.css
index acc13543e..6db8e9d84 100644
--- a/docs/assets/css/docs.min.css
+++ b/docs/assets/css/docs.min.css
@@ -395,14 +395,18 @@
border-radius: .25rem; } }
.bd-footer {
- padding-top: 2rem;
- margin-top: 2rem;
+ padding: 4rem 0;
+ margin-top: 4rem;
font-size: 85%;
- color: #8e869d;
- text-align: center;
- background-color: #2a2730; }
+ background-color: #f7f7f7;
+ text-align: center; }
.bd-footer a {
- color: #fff; }
+ font-weight: 500;
+ color: #55595c; }
+ .bd-footer a:hover {
+ color: #0275d8; }
+ .bd-footer p {
+ margin-bottom: 0; }
@media (min-width: 34em) {
.bd-footer {
text-align: left; } }