[Checkins] SVN: bluebream/website/main/_templates/index.html News feed and twitter feed use same color

Baiju M baiju.m.mail at gmail.com
Wed May 5 09:22:49 EDT 2010


Log message for revision 111977:
  News feed and twitter feed use same color
  

Changed:
  U   bluebream/website/main/_templates/index.html

-=-
Modified: bluebream/website/main/_templates/index.html
===================================================================
--- bluebream/website/main/_templates/index.html	2010-05-05 13:06:15 UTC (rev 111976)
+++ bluebream/website/main/_templates/index.html	2010-05-05 13:22:49 UTC (rev 111977)
@@ -11,6 +11,19 @@
     <style type="text/css">
       @import url("http://www.google.com/uds/solutions/dynamicfeed/gfdynamicfeedcontrol.css");
     </style>
+    <style type="text/css">
+
+.gfg-title {
+  font-size: 16px;
+  font-weight : bold;
+  color : #3366cc;
+  background-color: #E5ECF9;
+  line-height : 2.4em;
+  overflow : hidden;
+  white-space : nowrap;
+}
+    </style>
+
   </head>
 
   <body style="min-width: 750px; background-color: white">
@@ -130,7 +143,7 @@
           <script type="text/javascript"> new TWTR.Widget({ version: 2, type: 'search', search:
             'bluebream', interval: 6000, 
             subject: 'Tweets', width: 270, height: 300, theme: { shell: {
-            background: '#8ec1da', color: '#ffffff' }, tweets: { background:
+            background: '#E5ECF9', color: '#3366cc' }, tweets: { background:
             '#ffffff', color: '#444444', links: '#1985b5' } }, features: {
             scrollbar: false, loop: true, live: true, hashtags: true,
             timestamp: true, avatars: true, behavior: 'default' }



More information about the checkins mailing list