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:03:58 UTC

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

Author: rmannibucau
Date: Wed Jan 25 20:03:58 2012
New Revision: 1235892

URL: http://svn.apache.org/viewvc?rev=1235892&view=rev
Log:
updating twitter widget colors

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=1235892&r1=1235891&r2=1235892&view=diff
==============================================================================
--- openejb/site/trunk/content/index.html (original)
+++ openejb/site/trunk/content/index.html Wed Jan 25 20:03:58 2012
@@ -71,38 +71,39 @@
             <script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
             <script>
               new TWTR.Widget({
-                version: 2,
-                type: 'profile',
-                interval: 6000,
-                title: 'They say it...',
-                subject: 'Apache TomEE',
-                type: 'search',
-                search: "ApacheTomEE",
-                width: 250,
-                height: 300,
-                theme: {
-                  shell: {
-                    background: '#f5f5f5',
-                    color: '#000000'
-                  },
-                  tweets: {
-                    background: '#f9f9f9',
-                    color: '#000000',
-                    links: '#0067d6'
-                  }
+              version: 2,
+              type: 'profile',
+              interval: 6000,
+              title: 'They say it...',
+              subject: 'Apache TomEE',
+              type: 'search',
+              search: "ApacheTomEE",
+              width: 350,
+              height: 310,
+              theme: {
+                shell: {
+                  background: '#f5f5f5',
+                  color: '#000'
                 },
-                features: {
-                  scrollbar: true,
-                  loop: true,
-                  live: true,
-                  hashtags: true,
-                  timestamp: true,
-                  avatars: true,
-                  toptweets: true,
-                  behavior: 'default'
+                tweets: {
+                  background: '#fff',
+                  color: '#000000',
+                  links: '#0067d6'
                 }
+              },
+              features: {
+                scrollbar: true,
+                loop: true,
+                live: true,
+                hashtags: true,
+                timestamp: true,
+                avatars: true,
+                toptweets: true,
+                behavior: 'default'
+              }
               }).render().start();
             </script>
+
         </div>
     </div>
 {% endblock %}