diff options
| author | Mark Otto <[email protected]> | 2017-05-30 11:01:23 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-30 11:01:23 -0700 |
| commit | 967e6a1b6369777ebe0e936b0d80ea4fa1b644d0 (patch) | |
| tree | 3c13cb7925f67cb944a2c7c8678dede779b0e0b9 | |
| parent | d4eb0d4e739477fc51421eed29906addfd998a04 (diff) | |
| download | bootstrap-967e6a1b6369777ebe0e936b0d80ea4fa1b644d0.tar.xz bootstrap-967e6a1b6369777ebe0e936b0d80ea4fa1b644d0.zip | |
restore algolia footer, but drop the background image
| -rw-r--r-- | assets/scss/_algolia.scss | 17 |
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 { |
