Skip to content

Commit

Permalink
Add icons to tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcbride committed Jun 24, 2014
1 parent 5d7aadb commit 2f530b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ <h3 class="panel-title">Points of Interest</h3>
<div class="panel-body">
<!-- Nav tabs -->
<ul class="nav nav-tabs" id="poi-tabs">
<li class="active"><a href="#theaters" onclick="$('#poi-tabs a[href=\'#theaters\']').tab('show'); return false;">Theaters</a></li>
<li><a href="#museums" onclick="$('#poi-tabs a[href=\'#museums\']').tab('show'); return false;">Museums</a></li>
<li class="active"><a href="#theaters" onclick="$('#poi-tabs a[href=\'#theaters\']').tab('show'); return false;"><img src="assets/img/theater.png" height="16px" width="14px">&nbsp;Theaters</a></li>
<li><a href="#museums" onclick="$('#poi-tabs a[href=\'#museums\']').tab('show'); return false;"><img src="assets/img/museum.png" height="16px" width="14px">&nbsp;Museums</a></li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
Expand Down

0 comments on commit 2f530b2

Please sign in to comment.