Skip to content

Commit

Permalink
updates iconbar docs example for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafi Benkual committed Apr 30, 2015
1 parent d72f2d6 commit 888e448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/includes/icon-bar/examples_icon_bar_rendered.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<img src="{{assets}}/img/images/fi-home.svg" >
<label>Home</label>
</a>
<a class="item">
<a class="item hide-for-small-only">
<img src="{{assets}}/img/images/fi-bookmark.svg" >
<label>Bookmark</label>
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<img src="../assets/img/images/fi-home.svg" >
<label id='itemlabel1'>Home</label>
</a>
<a class="item" role="button" tabindex="0" aria-labelledby="#itemlabel2">
<a class="item hide-for-small-only" role="button" tabindex="0" aria-labelledby="#itemlabel2">
<img src="../assets/img/images/fi-bookmark.svg" >
<label id='itemlabel2'>Bookmark</label>
</a>
Expand Down

0 comments on commit 888e448

Please sign in to comment.