[Scummvm-cvs-logs] SF.net SVN: scummvm: [22571] forum/trunk/SVMDesign

ender at users.sourceforge.net ender at users.sourceforge.net
Mon May 22 03:16:02 CEST 2006


Revision: 22571
Author:   ender
Date:     2006-05-22 03:15:47 -0700 (Mon, 22 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22571&view=rev

Log Message:
-----------
Apply 'black forum text' patch by Clem (patch #1489867)

Modified Paths:
--------------
    forum/trunk/SVMDesign/SVMDesign.css
    forum/trunk/SVMDesign/viewtopic_body.tpl
Modified: forum/trunk/SVMDesign/SVMDesign.css
===================================================================
--- forum/trunk/SVMDesign/SVMDesign.css	2006-05-22 07:52:10 UTC (rev 22570)
+++ forum/trunk/SVMDesign/SVMDesign.css	2006-05-22 10:15:47 UTC (rev 22571)
@@ -15,31 +15,31 @@
 table            
 {
 font-size: 10px; 
-color: #383B3F
+color: #000000; /* #383B3F */
 }
 
 td, th
 {
 font-size: 10px; 
-color: #383B3F
+color: #000000; /* #383B3F */
 }
 
 .smalltext       
 { 
 font-size : 10px; 
-color: #383B3F
+color: #000000; /* #383B3F */
 }
 
 .mediumtext      
 { 
 font-size : 11px; 
-color: #383B3F
+color: #000000; /* #383B3F */
 }
 
 .largetext       
 { 
 font-size : 13px; 
-color: #383B3F
+color: #000000; /* #383B3F */
 }
 
 .catrowtext      

Modified: forum/trunk/SVMDesign/viewtopic_body.tpl
===================================================================
--- forum/trunk/SVMDesign/viewtopic_body.tpl	2006-05-22 07:52:10 UTC (rev 22570)
+++ forum/trunk/SVMDesign/viewtopic_body.tpl	2006-05-22 10:15:47 UTC (rev 22571)
@@ -11,7 +11,7 @@
 //-->
 </script>
 
-<table cellpadding="2" cellspacing="0" border="0" width="98%"  align="center">
+<table cellpadding="2" cellspacing="0" border="0" width="98%" align="center" style="padding-bottom: 10px;">
   <tr> 
 	  <td width="1%"><img src="templates/SVMDesign/images/folder_new.gif" border="0" alt="Folder"></td>
       <td style="vertical-align: middle;"><span 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list