Skip to content

Commit

Permalink
Remove search results from the sidebar
Browse files Browse the repository at this point in the history
Will now be a dropdown from the search results window
  • Loading branch information
LoonyPandora committed Nov 19, 2012
1 parent 9499ff7 commit 7d44786
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.
33 changes: 0 additions & 33 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,39 +91,6 @@ p { margin-bottom: 21px; }
.nav-list .divider {
margin: 10px 0;
}


/* Search Results
---------------------------------------------------------------------------- */

.search-results li {
text-indent: 22px;
}

.search-results p {
line-height: 14px;
margin: 4px 0 0 0;
}

.search-results small {
line-height: 14px;
font-size: 11px;
text-indent: 0; /* FIXME Firefox */
width: 277px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: inline-block;
}

.search-results ul a {
height: 42px;
}





/* Content
---------------------------------------------------------------------------- */

Expand Down
8 changes: 0 additions & 8 deletions generate.pl
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,6 @@ sub write_output {
<li class="divider"></li>
<li><a href="#" class="nav-header" data-toggle="collapse" data-target=".search-results" data-parent="#sidebar">Search Results</a></li>
<ul class="search-results nav nav-list collapse">
<li><a href="#">
<p><i>No Results</i></p>
<small>No results were found</small>
</a></li>
</ul>
@$sidebar
</ul>
</div>
Expand Down

0 comments on commit 7d44786

Please sign in to comment.