From: <var...@us...> - 2014-07-15 12:28:19
|
Revision: 8962 http://sourceforge.net/p/phpwiki/code/8962 Author: vargenau Date: 2014-07-15 12:28:16 +0000 (Tue, 15 Jul 2014) Log Message: ----------- Use CSS Modified Paths: -------------- trunk/themes/fusionforge/pgsrc/HomePage trunk/themes/fusionforge/pgsrc/colorbox trunk/themes/fusionforge/pgsrc/titlebar Modified: trunk/themes/fusionforge/pgsrc/HomePage =================================================================== --- trunk/themes/fusionforge/pgsrc/HomePage 2014-07-15 10:28:59 UTC (rev 8961) +++ trunk/themes/fusionforge/pgsrc/HomePage 2014-07-15 12:28:16 UTC (rev 8962) @@ -1,4 +1,4 @@ -Date: Thu, 2 Feb 2012 10:58:18 +0000 +Date: Tue, 15 Jul 2014 14:27:03 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=HomePage; @@ -13,13 +13,13 @@ |bordercolor=green }} -{| cellpadding=5 -|- valign=top -| width=50% | {{titlebar|title=What is a wiki?}} +{| +|- class=top +| style="width: 50%" | {{titlebar|title=What is a wiki?}} The wiki will allow you to easily create web pages to share information about your project. You can experiment in the [[SandBox]]. -| width=50% | {{titlebar|title=I need help}} +| style="width: 50%" | {{titlebar|title=I need help}} * Learn about [[Help:AddingPages|adding pages]]. * Check [[Help:TextFormattingRules|text formatting rules]]. Modified: trunk/themes/fusionforge/pgsrc/colorbox =================================================================== --- trunk/themes/fusionforge/pgsrc/colorbox 2014-07-15 10:28:59 UTC (rev 8961) +++ trunk/themes/fusionforge/pgsrc/colorbox 2014-07-15 12:28:16 UTC (rev 8962) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:47:11 +0000 +Date: Tue, 15 Jul 2014 14:27:03 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=colorbox; @@ -20,7 +20,7 @@ [[CategoryWiki templates]] </noinclude> -{| width=100% bgcolor=%%color%% style=padding:5px;border-style:solid;border-color:%%bordercolor%%;border-width:3px -|- align=center +{| style="width:100%;padding:5px;background:%%color%%;border-style:solid;border-color:%%bordercolor%%;border-width:3px" +|- class=align-center | %%text%% |} Modified: trunk/themes/fusionforge/pgsrc/titlebar =================================================================== --- trunk/themes/fusionforge/pgsrc/titlebar 2014-07-15 10:28:59 UTC (rev 8961) +++ trunk/themes/fusionforge/pgsrc/titlebar 2014-07-15 12:28:16 UTC (rev 8962) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:47:11 +0000 +Date: Tue, 15 Jul 2014 14:27:03 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=titlebar; @@ -18,7 +18,7 @@ [[CategoryWiki templates]] </noinclude> -{| width="100%" +{| style="width:100%" |- |class=titlebar|%%title%% |} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |