You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by vi...@apache.org on 2011/12/18 17:30:34 UTC

svn commit: r1220450 - /openejb/site/trunk/content/index.html

Author: vishwanathk
Date: Sun Dec 18 16:30:33 2011
New Revision: 1220450

URL: http://svn.apache.org/viewvc?rev=1220450&view=rev
Log:
Tweets were showing up faded. Bootstrap definition-list shows unfaded text

Modified:
    openejb/site/trunk/content/index.html

Modified: openejb/site/trunk/content/index.html
URL: http://svn.apache.org/viewvc/openejb/site/trunk/content/index.html?rev=1220450&r1=1220449&r2=1220450&view=diff
==============================================================================
--- openejb/site/trunk/content/index.html (original)
+++ openejb/site/trunk/content/index.html Sun Dec 18 16:30:33 2011
@@ -52,11 +52,11 @@
             </ul>
 
             {% for e in twitter.list %}
-            <ul>
-            <li>
+            <dl>
+            <dd>
             <a href="{{ e.url }}">@</a>{{ e.title|safe }}
-            </li>
-            </ul>
+            </dd>
+            </dl>
             {% endfor %}
         </div>
     </div>