You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2002/09/06 19:13:46 UTC

cvs commit: httpd-2.0/docs/manual/style/xsl common.xsl

slive       2002/09/06 10:13:46

  Modified:    docs/manual/style/xsl common.xsl
  Log:
  Add back one alternate stylesheet.  This is a slightly simpler style,
  and is the one you would want to use for printing if you have a
  browser like mozilla that supports it (View->Style).  But I
  haven't explicitly designated it that way.
  
  Revision  Changes    Path
  1.3       +4 -2      httpd-2.0/docs/manual/style/xsl/common.xsl
  
  Index: common.xsl
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/style/xsl/common.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -d -b -u -r1.2 -r1.3
  --- common.xsl	6 Sep 2002 00:36:44 -0000	1.2
  +++ common.xsl	6 Sep 2002 17:13:46 -0000	1.3
  @@ -69,9 +69,11 @@
           <xsl:text> </xsl:text>
           <xsl:value-of select="$messages/message[@name='apachetitle']"/>
         </title>
  -      
         <link title="Main stylesheet"  type="text/css" media="all" rel="stylesheet"
                href="{$path}/style/css/manual.css" />
  +      <link title="No Sidebar - Default font size" type="text/css" media="all"
  +             rel="alternate stylesheet" 
  +             href="{$path}/style/css/manual-loose-100pc.css"/>
   
         <link rel="shortcut icon" href="{$path}/images/favicon.ico" />
       </head>