Author: rmannibucau
Date: Wed Nov 7 10:21:38 2012
New Revision: 1406518
URL: http://svn.apache.org/viewvc?rev=1406518&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=1406518&r1=1406517&r2=1406518&view=diff
==============================================================================
--- openejb/site/trunk/content/index.html (original)
+++ openejb/site/trunk/content/index.html Wed Nov 7 10:21:38 2012
@@ -60,9 +60,7 @@
</div>
<div class="span-one-third">
<div id="twtr-search-widget"></div>
- <div id="oloh">
- <iframe
src="https://www.ohloh.net/p/4380/widgets/project_basic_stats.html"
scrolling="no" style="height: 200px; width: 350px; border: none;"></iframe>
- </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>
<script>
@@ -108,5 +106,10 @@
}, 700);
</script>
</div>
+ <div class="span-one-third">
+ <div id="oloh">
+ <iframe
src="https://www.ohloh.net/p/4380/widgets/project_basic_stats.html"
scrolling="no" style="height: 200px; width: 300px; border: none;"></iframe>
+ </div>
+ </div>
</div>
{% endblock %}