Skip to content

Commit

Permalink
Remove "back" text
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Jul 12, 2015
1 parent d06b75f commit b233ad0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions kitchen-sink-material/jade/virtual-list.jade
Expand Up @@ -2,9 +2,8 @@
.navbar
.navbar-inner
.left
a(href="index.html").back.link
a(href="index.html").back.link.icon-only
i.icon.icon-back
span Back
.center Virtual List
.right
a(href="#").open-panel.link.icon-only
Expand Down
2 changes: 1 addition & 1 deletion kitchen-sink-material/virtual-list.html
Expand Up @@ -2,7 +2,7 @@
<div data-page="virtual-list" class="page">
<div class="navbar">
<div class="navbar-inner">
<div class="left"><a href="index.html" class="back link"><i class="icon icon-back"></i><span>Back</span></a></div>
<div class="left"><a href="index.html" class="back link icon-only"><i class="icon icon-back"></i></a></div>
<div class="center">Virtual List</div>
<div class="right"><a href="#" class="open-panel link icon-only"><i class="icon icon-bars"></i></a></div>
</div>
Expand Down

0 comments on commit b233ad0

Please sign in to comment.