search/dropdown css tweaks

This commit is contained in:
scotty
2016-02-10 08:46:28 -08:00
parent 893c323dc0
commit a4293a0fc5
4 changed files with 4 additions and 2 deletions
Vendored
BIN
View File
Binary file not shown.
+2
View File
@@ -0,0 +1,2 @@
.DS_Store
+1 -1
View File
@@ -12,12 +12,12 @@ layout: headerfooter
<li><a href="#">SAMPLES</a></li>
<li><a href="#">SUPPORT</a></li>
</ul>
<input type="text" id="search" placeholder="Search the docs">
<div class="dropdown">
<div class="readout"></div>
<a href="#">Version 1.1</a>
<a href="#">Version 1.0</a>
</div>
<input type="text" id="search" placeholder="Search the docs">
</div>
</section>
+1 -1
View File
File diff suppressed because one or more lines are too long