Skip to content

Commit

Permalink
change position of "no matches" sentence (SEO)
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Jan 18, 2011
1 parent f118ea8 commit b74bdc5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Expand Up @@ -153,11 +153,6 @@
</ul>
</li>
</ul>
<div class="no-matches" style="display:none;">
<div class="no-matches-arrow1"></div>
<div class="no-matches-arrow2"></div>
No matches, please try something else
</div>
<div class="intro-text" style="height: 40px">
<div class="intro-about"><a href="http://www.binaryage.com/about.html"><img src="http://www.gravatar.com/avatar/79322c2ed80c2d722de8c9d0475198a0?s=64" width="32" height="32" title="Antonin from BinaryAge" alt="Antonin from BinaryAge"></a></div>
<div class="intro-1" style="display:none">
Expand All @@ -166,6 +161,11 @@
<div class="intro-tip"></div>
<div class="clear"></div>
</div>
<div class="no-matches" style="display:none;">
<div class="no-matches-arrow1"></div>
<div class="no-matches-arrow2"></div>
No matches, please try something else
</div>
<div id="content">
{% for product in page.products %}
{% if product.type contains "popular" %}
Expand Down

0 comments on commit b74bdc5

Please sign in to comment.