]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
restore algolia footer, but drop the background image
authorMark Otto <markdotto@gmail.com>
Tue, 30 May 2017 18:01:23 +0000 (11:01 -0700)
committerMark Otto <markdotto@gmail.com>
Tue, 30 May 2017 18:01:23 +0000 (11:01 -0700)
assets/scss/_algolia.scss

index f742fe8af7e61dfa552bfb456e1c2aa3fd273111..4442637ab90c666eaf5475ef498f1b1687cf60ac 100644 (file)
@@ -48,6 +48,7 @@
   }
 
   .algolia-docsearch-suggestion--wrapper {
+    float: none !important;
     padding-top: 0 !important;
   }
 
   }
 
   .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 {