Skip to content
This repository has been archived by the owner on Feb 15, 2019. It is now read-only.

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Sep 10, 2014
1 parent f4ff924 commit 829adb0
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions resources/testweb/discover.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@


<div class="row">
<div class="col-md-10">

<form id="discover_search" class="form-inline" role="form">

Expand All @@ -150,11 +151,15 @@ <h3 for="category" class="form-group col-xs-2 text"> Show me </h3>

</form>
</div>
<hr></hr>
<ul class="nav nav-pills" role="tablist">
<li class="active"><a href="#list-style" role="tab" data-toggle="tab">List</a></li>
<li><a href="#square-style" role="tab" data-toggle="tab">Sqaures</a></li>
</ul>
<div class="col-md-2">
<ul class="nav nav-pills" role="tablist">
<li class="active"><a href="#list-style" role="tab" data-toggle="tab">List</a></li>
<li><a href="#square-style" role="tab" data-toggle="tab">Sqaures</a></li>
</ul>
</div>
</div>
<hr></hr>


<div class="tab-content">
<div class="tab-pane fade in active" id="list-style">
Expand Down

0 comments on commit 829adb0

Please sign in to comment.