]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
*sigh* one change - one commit ;-)
authorAndré Malo <nd@apache.org>
Tue, 10 Sep 2002 01:23:15 +0000 (01:23 +0000)
committerAndré Malo <nd@apache.org>
Tue, 10 Sep 2002 01:23:15 +0000 (01:23 +0000)
add support for CSS media="print"

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

docs/manual/style/xsl/common.xsl

index d3955667fb7fa0d486a07dd3b10c3e358a2de574..a5f16f7a7e014862bc7057b4b5b8d06216f3f37f 100644 (file)
@@ -71,6 +71,9 @@
       <link title="No Sidebar - Default font size" type="text/css" media="all"
              rel="alternate stylesheet" 
              href="{$path}/style/css/manual-loose-100pc.css"/>
+      <link type="text/css" media="print"
+             rel="stylesheet"
+             href="{$path}/style/css/manual-print.css"/>
       
       <link rel="shortcut icon" href="{$path}/images/favicon.ico" />
     </head>