You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2012/12/15 19:10:37 UTC

svn commit: r1422304 - /openwebbeans/cms-site/trunk/content/index.html

Author: struberg
Date: Sat Dec 15 18:10:36 2012
New Revision: 1422304

URL: http://svn.apache.org/viewvc?rev=1422304&view=rev
Log:
try to fix 'Latest News' formatting

Modified:
    openwebbeans/cms-site/trunk/content/index.html

Modified: openwebbeans/cms-site/trunk/content/index.html
URL: http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/content/index.html?rev=1422304&r1=1422303&r2=1422304&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/content/index.html (original)
+++ openwebbeans/cms-site/trunk/content/index.html Sat Dec 15 18:10:36 2012
@@ -44,8 +44,12 @@
 </div>
 
 <div class="row">
-    <h2>Latest News</h2>
-    {% for e in blog.list %}
+    <div class="span12">
+        <h2>Latest News</h2>
+    </div>
+</div>
+<div class="row">
+        {% for e in blog.list %}
         <div class="span4">
         <h4><a href="{{ e.url }}">{{ e.title }}</a></h4>
             {{ e.content|safe|truncatewords_html:30 }}