Move the search text box to the right

The "API DOCUMENTATION" text placement corresponds similar text in the
User Guide.
This commit is contained in:
John Scipione
2014-06-30 15:22:53 -04:00
parent 67e4499bbe
commit 955ace81fd
2 changed files with 18 additions and 10 deletions
+3 -1
View File
@@ -10,7 +10,9 @@
<div id="banner">
<div class="logo">
<span class="subtitle">
API Documentation<br>
API Documentation
</span>
<span class="search">
<input type="text" placeholder="Search" onkeydown="search(this,event);">
</span>
</div>