Skip to content

Commit

Permalink
HTML: replace place-holder <span>s by <i>s which is shorter
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Jun 18, 2011
1 parent 00fd896 commit 178b087
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions layout/base.j2
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</div>
<div id="lf-menubar">
<form id="lf-search" action="//www.google.com/search">
<span id="lf-search-glass"><i class="lf-sprite lf-sprite-search"></i></span>
<i id="lf-search-glass"><i class="lf-sprite lf-sprite-search"></i></i>
<input type="hidden" name="hl" value="{{ resource.meta.language }}">
<input type="hidden" name="q" value="site:www.luffy.cx/*">
<input id="lf-search-query" type="text" name="q"
Expand Down Expand Up @@ -94,10 +94,10 @@
</div>
<address>
© 2011 <a href="mailto:bernat@luffy.cx">Vincent Bernat</a>
<span><a class="lf-sprite lf-sprite-rss"
<a class="lf-sprite lf-sprite-rss"
href="{{ content_url(resource.meta.language + '/blog/atom.xml') }}">
&nbsp;
</a></span>
</a>
</address>
<div style="clear:both"></div>
</footer>
Expand Down
4 changes: 2 additions & 2 deletions layout/sidebar.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<a href="#" class="lf-sprite lf-sprite-flag lf-link-icon"
title="{{ resource.meta.l10n.translations }}"></a>
<div class="lf-link-details"><div class="lf-link-inner">
<span class="lf-sprite lf-sprite-arrow-left"></span>
<i class="lf-sprite lf-sprite-arrow-left"></i>
<p>{{ resource.meta.l10n.translations }}</p>
<ul>
{% for translation in resource.translations %}
Expand All @@ -25,7 +25,7 @@
<a href="#" class="lf-sprite lf-sprite-attachment lf-link-icon"
title="{{ resource.meta.l10n.attachments }}"></a>
<div class="lf-link-details"><div class="lf-link-inner">
<span class="lf-sprite lf-sprite-arrow-left"></span>
<i class="lf-sprite lf-sprite-arrow-left"></i>
<p>{{ resource.meta.l10n.attachments }}</p>
<ul>
{% for file, description in resource.meta.attachments %}
Expand Down

0 comments on commit 178b087

Please sign in to comment.