Add feed icons from http://www.freeiconsdownload.com/Free_Downloads.asp?id=62
This commit is contained in:
parent
dab80993f2
commit
355212bf4b
|
@ -77,6 +77,9 @@
|
|||
<li><a href="/archive/2010">2010</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="feed">
|
||||
<a href="/rss.xml"><img src="/images/rss.png" alt="RSS Feed"></img> RSS</a><a href="/rss.xml"><img src="/images/atom.png" alt="Atom Feed"></img> Atom</a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<p style="text-align:center">Généré avec <a href="http://indefero.soutade.fr/p/dynastie">Dynastie</a></p>
|
||||
|
|
|
@ -80,6 +80,9 @@
|
|||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feed">
|
||||
<a href="/rss.xml"><img src="/images/rss.png" alt="RSS Feed"></img> RSS</a><a href="/rss.xml"><img src="/images/atom.png" alt="Atom Feed"></img> Atom</a>
|
||||
</div>
|
||||
</nav>
|
||||
<p style="text-align:center">Généré avec <a href="http://indefero.soutade.fr/p/dynastie">Dynastie</a></p>
|
||||
</div>
|
||||
|
|
|
@ -89,12 +89,17 @@
|
|||
<div class="menu_content_header">Archives</div>
|
||||
<div class="menu_content_content">
|
||||
<ul>
|
||||
<li><a href="/archive/2013">2013</a></li>
|
||||
<li><a href="/archive/2012">2012</a></li>
|
||||
<li><a href="/archive/2011">2011</a></li>
|
||||
<li><a href="/archive/2010">2010</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="feed">
|
||||
<a href="/rss.xml"><img src="/images/rss.png" alt="RSS Feed"></img> RSS</a><a href="/rss.xml"><img src="/images/atom.png" alt="Atom Feed"></img> Atom</a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<p style="align:text-center">Généré avec <a href="http://indefero.soutade.fr/p/dynastie">Dynastie</a></p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -561,3 +561,14 @@ div.all_posts div.post
|
|||
{
|
||||
text-align:justify;
|
||||
}
|
||||
|
||||
.feed
|
||||
{
|
||||
margin-right:auto;
|
||||
margin-left:20px;
|
||||
}
|
||||
|
||||
.feed > a
|
||||
{
|
||||
margin-right:10px;
|
||||
}
|
Loading…
Reference in New Issue
Block a user