You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by cr...@apache.org on 2002/11/01 03:49:58 UTC

cvs commit: xml-forrest/src/resources/skins/forrest-site/xslt/fo document2fo.xsl

crossley    2002/10/31 18:49:58

  Modified:    src/resources/skins/forrest-site/xslt/fo document2fo.xsl
  Log:
  Make links in pdf document more obvious (blue, underlined).
  Submitted by: Keiron Liddle <ke...@aftexsw.com>
  
  Revision  Changes    Path
  1.3       +1 -1      xml-forrest/src/resources/skins/forrest-site/xslt/fo/document2fo.xsl
  
  Index: document2fo.xsl
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/skins/forrest-site/xslt/fo/document2fo.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- document2fo.xsl	30 Jul 2002 01:29:23 -0000	1.2
  +++ document2fo.xsl	1 Nov 2002 02:49:58 -0000	1.3
  @@ -456,7 +456,7 @@
     </xsl:template>
   
     <xsl:template match="link">
  -    <fo:basic-link external-destination="{@href}"><xsl:apply-templates/></fo:basic-link>
  +    <fo:basic-link color="blue" text-decoration="underline" external-destination="{@href}"><xsl:apply-templates/></fo:basic-link>
     </xsl:template>
   
     <xsl:template match="figure">