[Picfinity-commit] SF.net SVN: picfinity: [26] .themes/ajax
Status: Beta
Brought to you by:
espadav8
From: <esp...@us...> - 2007-08-10 14:17:46
|
Revision: 26 http://picfinity.svn.sourceforge.net/picfinity/?rev=26&view=rev Author: espadav8 Date: 2007-08-10 07:17:49 -0700 (Fri, 10 Aug 2007) Log Message: ----------- Omit the XML declaration since IE6 will render in quirks mode otherwise (and it's optional to include it) Alter the CSS slightly to render the images correctly in IE Modified Paths: -------------- .themes/ajax/ajax.css .themes/ajax/ajax.xsl Modified: .themes/ajax/ajax.css =================================================================== --- .themes/ajax/ajax.css 2007-08-09 18:26:05 UTC (rev 25) +++ .themes/ajax/ajax.css 2007-08-10 14:17:49 UTC (rev 26) @@ -70,9 +70,10 @@ .image a { - height: 128px; - width: 150px; + height: 100px; + width: 100px; display: block; + padding: 14px 25px; } .folder, @@ -105,13 +106,6 @@ background: #303030; } -.folder span.image img, -.thumbnail span.image img -{ - padding: 14px 25px; -} - - /* --- image names --- */ .name @@ -122,6 +116,7 @@ padding: 3px 0; text-align: center; display: block; + height: 16px; } #expandedimage span.name Modified: .themes/ajax/ajax.xsl =================================================================== --- .themes/ajax/ajax.xsl 2007-08-09 18:26:05 UTC (rev 25) +++ .themes/ajax/ajax.xsl 2007-08-10 14:17:49 UTC (rev 26) @@ -2,7 +2,7 @@ <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output method="xml" - omit-xml-declaration="no" + omit-xml-declaration="yes" indent="yes" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |