|
From: Thomas R. <tho...@tr...> - 2004-03-21 04:47:47
|
No, but I think you were talking about the html version while the instructions were for the pdf version. The pdf version had the grey background already. I did however find an error in the css stylesheet that prevented the grey background from showing up. There was a missing } in one of the entries. We now have much nicer looking html documentation. Thomas Colin Sampaleanu wrote: > Did this work for you? I did a brief test, modifying param.xsl, and > there was still no grey background... > > The instructions below are actually inconsistent. In any case, neither > the value #E0E0E0 (original one there) nor #F0F0F0 seem to produce a > grey background... > > > tho...@tr... wrote: > >> Thnks, I'll try that. How about turning of the hyphenation and >> justification of >> all paragraphs? >> >> Thomas >> >> Quoting sk...@fe...: >> >> >> >>> You need to set these two properties >>> >>> shade.verbatim //not sure if this is necessary actually >>> shade.verbatim.style=#EOEOEO >>> >>> You can do this easily with XmlMind FO converter, in the GUI, or in >>> your >>> xsl file. >>> >>> <!-- Shade (background) programlistings --> >>> <xsl:param name="shade.verbatim">1</xsl:param> >>> <xsl:attribute-set name="shade.verbatim.style"> >>> <xsl:attribute name="background-color">#F0F0F0</xsl:attribute> >>> </xsl:attribute-set> >>> >>> >>> Sean Kroah >>> FedEx Ground >>> (412) 859-5130 >>> >>> sk...@fe... >>> >>> >>> >>> |---------+-----------------------------------------------------> >>> | | Colin Sampaleanu <col...@ex...> | >>> | | Sent by: | >>> | | spr...@li...| >>> | | ceforge.net | >>> | | | >>> | | | >>> | | 03/19/2004 08:01 AM | >>> | | Please respond to | >>> | | springframework-developer | >>> | | | >>> |---------+-----------------------------------------------------> >>> >>> >>> ----------------------------------------------------------------------------------------------| >>> >>> | >>> | >>> | To: >>> spr...@li... >>> | >>> | >>> cc: >>> | >>> | Subject: [Springframework-developer] Code blocks in generated >>> reference docs | >>> >>> >>> >> > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > |