[Fusionforge-commits] r8772 - in trunk/gforge: plugins/contribtracker/common www/themes/gforge/css

Roland Mas lolando at libremir.placard.fr.eu.org
Wed Feb 10 09:39:24 CET 2010


Author: lolando
Date: 2010-02-10 09:39:24 +0100 (Wed, 10 Feb 2010)
New Revision: 8772

Modified:
   trunk/gforge/plugins/contribtracker/common/ContribTrackerPlugin.class.php
   trunk/gforge/www/themes/gforge/css/theme-pages.css
Log:
Style fixes for contribtracker

Modified: trunk/gforge/plugins/contribtracker/common/ContribTrackerPlugin.class.php
===================================================================
--- trunk/gforge/plugins/contribtracker/common/ContribTrackerPlugin.class.php	2010-02-10 08:39:13 UTC (rev 8771)
+++ trunk/gforge/plugins/contribtracker/common/ContribTrackerPlugin.class.php	2010-02-10 08:39:24 UTC (rev 8772)
@@ -100,7 +100,7 @@
 
 			if ($group->usesPlugin($this->name)) {
 				global $HTML ;
-				echo '<div id="latest-major-contributions">';
+				echo '<div id="major-contributions">';
 				echo $HTML->boxTop(_('Latest Major Contributions'), 'Latest_Major_Contributions');
 
 				echo '

Modified: trunk/gforge/www/themes/gforge/css/theme-pages.css
===================================================================
--- trunk/gforge/www/themes/gforge/css/theme-pages.css	2010-02-10 08:39:13 UTC (rev 8771)
+++ trunk/gforge/www/themes/gforge/css/theme-pages.css	2010-02-10 08:39:24 UTC (rev 8772)
@@ -89,7 +89,7 @@
 }
 
 #latest-major-contributions {
-    margin: 0 0.5em;
+    margin: 1em 0.5em;
 }
 
 /* 




More information about the Fusionforge-commits mailing list