From: <var...@us...> - 2011-01-05 16:51:47
|
Revision: 7812 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7812&view=rev Author: vargenau Date: 2011-01-05 16:51:41 +0000 (Wed, 05 Jan 2011) Log Message: ----------- Styles for transclusion and transclusion-title are now in every theme Modified Paths: -------------- trunk/lib/plugin/IncludePage.php Modified: trunk/lib/plugin/IncludePage.php =================================================================== --- trunk/lib/plugin/IncludePage.php 2011-01-05 16:49:59 UTC (rev 7811) +++ trunk/lib/plugin/IncludePage.php 2011-01-05 16:51:41 UTC (rev 7812) @@ -198,26 +198,6 @@ } }; -// This is an excerpt from the css file I use: -// -// .transclusion-title { -// font-style: oblique; -// font-size: 0.75em; -// text-decoration: underline; -// text-align: right; -// } -// -// DIV.transclusion { -// background: lightgreen; -// border: thin; -// border-style: solid; -// padding-left: 0.8em; -// padding-right: 0.8em; -// padding-top: 0px; -// padding-bottom: 0px; -// margin: 0.5ex 0px; -// } - // Local Variables: // mode: php // tab-width: 8 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |