aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-05-30 11:01:23 -0700
committerMark Otto <[email protected]>2017-05-30 11:01:23 -0700
commit967e6a1b6369777ebe0e936b0d80ea4fa1b644d0 (patch)
tree3c13cb7925f67cb944a2c7c8678dede779b0e0b9
parentd4eb0d4e739477fc51421eed29906addfd998a04 (diff)
downloadbootstrap-967e6a1b6369777ebe0e936b0d80ea4fa1b644d0.tar.xz
bootstrap-967e6a1b6369777ebe0e936b0d80ea4fa1b644d0.zip
restore algolia footer, but drop the background image
-rw-r--r--assets/scss/_algolia.scss17
1 files changed, 16 insertions, 1 deletions
diff --git a/assets/scss/_algolia.scss b/assets/scss/_algolia.scss
index f742fe8af..4442637ab 100644
--- a/assets/scss/_algolia.scss
+++ b/assets/scss/_algolia.scss
@@ -48,6 +48,7 @@
}
.algolia-docsearch-suggestion--wrapper {
+ float: none !important;
padding-top: 0 !important;
}
@@ -90,7 +91,21 @@
}
.algolia-docsearch-footer {
- display: none !important;
+ float: none !important;
+ width: auto !important;
+ height: auto !important;
+ padding: 10px 15px;
+ font-size: .875rem !important;
+ line-height: 1 !important;
+ color: #767676 !important;
+ }
+
+ .algolia-docsearch-footer--logo {
+ display: inline !important;
+ overflow: visible !important;
+ color: inherit !important;
+ text-indent: 0 !important;
+ background: none !important;
}
.algolia-docsearch-suggestion--text {