From: <ny...@us...> - 2006-07-30 05:49:56
|
Revision: 164 Author: nyaochi Date: 2006-07-29 22:49:50 -0700 (Sat, 29 Jul 2006) ViewCVS: http://svn.sourceforge.net/pmplib/?rev=164&view=rev Log Message: ----------- Improved the visibility with IE. IE does not seem to like the xml declaration. Modified Paths: -------------- trunk/webpage/1024px.css trunk/webpage/pmplib.xsl Modified: trunk/webpage/1024px.css =================================================================== --- trunk/webpage/1024px.css 2006-07-30 05:35:41 UTC (rev 163) +++ trunk/webpage/1024px.css 2006-07-30 05:49:50 UTC (rev 164) @@ -28,7 +28,7 @@ img { margin: 0 0 10px 10px; } -ul,ol,dl { +ul ol dl { margin: 2px 0 16px 16px; } ul ul,ol ol { Modified: trunk/webpage/pmplib.xsl =================================================================== --- trunk/webpage/pmplib.xsl 2006-07-30 05:35:41 UTC (rev 163) +++ trunk/webpage/pmplib.xsl 2006-07-30 05:49:50 UTC (rev 164) @@ -6,6 +6,7 @@ encoding="ISO-8859-1" doctype-public="-//W3C//DTD XHTML 1.1//EN" doctype-system="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" + omit-xml-declaration="yes" /> <xsl:template match="/"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |