-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bootstraping PR as jquery/api.jquery.com#1104
- Loading branch information
Sylvain Pace
committed
Aug 28, 2018
1 parent
2611376
commit 3ced3de
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/* Custom DocSeach CSS to adapt the generic one | ||
* See https://community.algolia.com/docsearch/styling.html for more info | ||
*/ | ||
|
||
nav#main .searchform { | ||
text-shadow: none; | ||
} | ||
|
||
.searchform label { | ||
width: 100%; | ||
display: block; | ||
} | ||
|
||
.algolia-autocomplete { | ||
width: 99%; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters