From: Mark Otto Date: Tue, 30 May 2017 18:01:23 +0000 (-0700) Subject: restore algolia footer, but drop the background image X-Git-Tag: v4.0.0-beta~186 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=967e6a1b6369777ebe0e936b0d80ea4fa1b644d0;p=thirdparty%2Fbootstrap.git restore algolia footer, but drop the background image --- diff --git a/assets/scss/_algolia.scss b/assets/scss/_algolia.scss index f742fe8af7..4442637ab9 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 {