You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2012/01/25 21:20:02 UTC

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

Author: rmannibucau
Date: Wed Jan 25 20:20:01 2012
New Revision: 1235905

URL: http://svn.apache.org/viewvc?rev=1235905&view=rev
Log:
moving a bit twitter stuff

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=1235905&r1=1235904&r2=1235905&view=diff
==============================================================================
--- openejb/site/trunk/content/index.html (original)
+++ openejb/site/trunk/content/index.html Wed Jan 25 20:20:01 2012
@@ -58,6 +58,12 @@
             {% endfor %}
         </div>
         <div class="span-one-third">
+            <dl>
+              <dd>Join us on twitter!<a href="http://twitter.com/ApacheTomEE" class="twitter-follow-button">Follow @ApacheTomEE</a>
+              <script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
+              </dd>
+            </dl>
+
             <div id="twtr-search-widget"></div>
             <link href="http://widgets.twimg.com/j/1/widget.css" type="text/css" rel="stylesheet">
             <script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
@@ -71,7 +77,7 @@
               type: 'search',
               search: "ApacheTomEE OR apachetomee OR 'apache tomee' OR openejb OR OpenEJB",
               width: 300,
-              height: 320,
+              height: 380,
               theme: {
                 shell: {
                   background: '#f5f5f5',
@@ -95,12 +101,6 @@
               }
               }).render().start();
             </script>
-
-            <dl>
-              <dd>Join us on twitter!<a href="http://twitter.com/ApacheTomEE" class="twitter-follow-button">Follow @ApacheTomEE</a>
-              <script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
-              </dd>
-            </dl>
         </div>
     </div>
 {% endblock %}