]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - templates/modules/planet-entry.html
Update planet to use the new layout.
[people/shoehn/ipfire.org.git] / templates / modules / planet-entry.html
index 6cd520f7a12ee9760cddac51437469068307f897..d71d7ee786bdb3628996a1f9dc858c975f68b02c 100644 (file)
@@ -1,22 +1,18 @@
-<div class="row">
-       <div class="span9">
-               {% if show_avatar %}
-                       <a class="pull-right" href="/user/{{ entry.author.uid }}">
-                               <img class="img-polaroid" src="{{ entry.author.gravatar_icon(96) }}" alt="{{ entry.author.cn }}" />
-                       </a>
-               {% end %}
+{% if show_avatar %}
+       <a class="pull-right" href="/user/{{ entry.author.uid }}">
+               <img class="img-rounded img-padding" src="{{ entry.author.gravatar_icon(96) }}" alt="{{ entry.author.cn }}" />
+       </a>
+{% end %}
 
-               <h2>
-                       <a href="/post/{{ entry.slug }}">{{ entry.title }}</a>
-               </h2>
+<h2>
+       <a href="/post/{{ entry.slug }}">{{ entry.title }}</a>
+</h2>
 
-               {% raw entry.text %}
+{% raw entry.text %}
 
-               <p class="pull-right" style="clear: both;">
-                       {{ _("Posted by") }} <a href="/user/{{ entry.author.uid }}">{{ entry.author.cn }}</a>
-                       {{ _("on") }} {{ locale.format_date(entry.published, shorter=True) }}
-               </p>
-       </div>
-</div>
+<p class="pull-right clear">
+       {{ _("Posted by") }} <a href="/user/{{ entry.author.uid }}">{{ entry.author.cn }}</a>
+       {{ _("on") }} {{ locale.format_date(entry.published, shorter=True) }}
+</p>
 
-<hr>
+<hr class="separator clear">