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/11/07 11:32:31 UTC

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

Author: rmannibucau
Date: Wed Nov  7 10:32:31 2012
New Revision: 1406525

URL: http://svn.apache.org/viewvc?rev=1406525&view=rev
Log:
trying to add ohloh widget

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=1406525&r1=1406524&r2=1406525&view=diff
==============================================================================
--- openejb/site/trunk/content/index.html (original)
+++ openejb/site/trunk/content/index.html Wed Nov  7 10:32:31 2012
@@ -106,8 +106,13 @@
               }, 700);
             </script>
         </div>
-        <div class="span-one-third" style="width: 250px">
-            <iframe src="https://www.ohloh.net/p/4380/widgets/project_basic_stats.html" scrolling="no" style="height: 200px; width: 250px; border: none;"></iframe>
+        <div class="span-one-third">
+            <style type="text/css">
+	              iframe {
+                       zoom: 80%;
+	              }
+            </style>
+            <script type="text/javascript" src="http://www.ohloh.net/p/4380/widgets/project_basic_stats.js"></script>
         </div>
     </div>
 {% endblock %}