update search to have searchSmallText class
This commit is contained in:
parent
ca58ef6639
commit
82517eda04
@ -7,7 +7,7 @@ example:
|
||||
<div id="searchWrapper">
|
||||
<input id="search" placeholder="Search">
|
||||
</div>
|
||||
<p class="smallText" style="margin-top: 0; text-align: center">
|
||||
<p class="searchSmallText" style="margin-top: 0; text-align: center">
|
||||
Press (<kbd>Shift</kbd>+)<kbd>Enter</kbd> to open first result (in new tab)
|
||||
</p>
|
||||
<div id="results"> </div>
|
||||
|
@ -20,3 +20,7 @@
|
||||
#searchResults {
|
||||
overflow-x: scroll;
|
||||
}
|
||||
|
||||
.searchSmallText {
|
||||
font-size: 0.7em;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user