You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by ch...@apache.org on 2008/05/21 19:08:59 UTC

svn commit: r658762 - /incubator/shindig/trunk/php/config.php

Author: chabotc
Date: Wed May 21 10:08:58 2008
New Revision: 658762

URL: http://svn.apache.org/viewvc?rev=658762&view=rev
Log:
That wasnt supposed to get in ;/

Modified:
    incubator/shindig/trunk/php/config.php

Modified: incubator/shindig/trunk/php/config.php
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/php/config.php?rev=658762&r1=658761&r2=658762&view=diff
==============================================================================
--- incubator/shindig/trunk/php/config.php (original)
+++ incubator/shindig/trunk/php/config.php Wed May 21 10:08:58 2008
@@ -44,8 +44,8 @@
 
 	// Configurable CSS rules that are injected to the gadget page, 
 	// be careful when adjusting these not to break most gadget's layouts :)
-	//'gadget_css' => 'body,td,div,span,p{font-family:arial,sans-serif;} a {color:#0000cc;}a:visited {color:#551a8b;}a:active {color:#ff0000;}body{margin: 0px;padding: 0px;background-color:white;}',
-	'gadget_css' => 'body,td,div,span,p{font-family:arial,sans-serif;} body {background-color:#ffffff; font-family: arial, sans-serif; padding: 0px; margin: 0px;  font-size: 12px; color: #000000;}a, a:visited {color: #3366CC;text-decoration: none; }a:hover {color: #3366CC; text-decoration: underline;} input, select { border: 1px solid #bdc7d8;font-size: 11px;padding: 3px;}',
+	'gadget_css' => 'body,td,div,span,p{font-family:arial,sans-serif;} a {color:#0000cc;}a:visited {color:#551a8b;}a:active {color:#ff0000;}body{margin: 0px;padding: 0px;background-color:white;}',
+	//'gadget_css' => 'body,td,div,span,p{font-family:arial,sans-serif;} body {background-color:#ffffff; font-family: arial, sans-serif; padding: 0px; margin: 0px;  font-size: 12px; color: #000000;}a, a:visited {color: #3366CC;text-decoration: none; }a:hover {color: #3366CC; text-decoration: underline;} input, select { border: 1px solid #bdc7d8;font-size: 11px;padding: 3px;}',
 	
 	// The html / javascript samples use a plain text demo token,
 	// set this to false on anything resembling a real site
@@ -66,9 +66,9 @@
 
 	// The data handlers for the social data, this is a list of class names
 	// seperated by a , For example:
-	'handlers' => 'PartuzaHandler',
+	//'handlers' => 'PartuzaHandler',
 	// if the value is empty, the defaults used in the example above will be used.
-	//'handlers' => '',
+	'handlers' => '',
 
 	'focedJsLibs' => '',