Skip to content

Commit 3e5ba61

Browse files
committed
tweaks to styles
1 parent 5b8299e commit 3e5ba61

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

lib/resources/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,10 @@ button {
636636
border: 0;
637637
}
638638

639+
form.search {
640+
display: inline;
641+
}
642+
639643
.typeahead,
640644
.tt-query,
641645
.tt-hint {

lib/templates/_head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<li class="self-crumb">{{self.name}}</li>
3939
</ol>
4040
<div class="self-name">{{self.name}}</div>
41-
<form class="navbar-right" role="search">
41+
<form class="search navbar-right" role="search">
4242
<input type="text" id="search-box" disabled class="form-control typeahead" placeholder="Search">
4343
</form>
4444
</div> <!-- /row -->

0 commit comments

Comments
 (0)