]> granicus.if.org Git - apache/commitdiff
Add back one alternate stylesheet. This is a slightly simpler style,
authorJoshua Slive <slive@apache.org>
Fri, 6 Sep 2002 17:13:46 +0000 (17:13 +0000)
committerJoshua Slive <slive@apache.org>
Fri, 6 Sep 2002 17:13:46 +0000 (17:13 +0000)
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.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96686 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/xsl/common.xsl

index a50bc251113a3e941dac446d8085bd680ed14b78..24f02043d5460deea52c6f28be8bb0609190e8fd 100644 (file)
         <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>
   </xsl:template>