]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - doc/help/ppd-compiler.html
Merge changes from CUPS 1.4svn-r8628.
[thirdparty/cups.git] / doc / help / ppd-compiler.html
index 3c29567d84d982815575122c5585a78064588d75..6c5ddd23b09cf4da61aa7b200a374f4003f8114c 100644 (file)
@@ -40,7 +40,7 @@ PRE.example {
   background: #eeeeee;
   border: dotted thin #999999;
   margin-left: 36pt;
-  padding: 10px;
+  padding: 10pt;
 }
 
 PRE.command EM, PRE.example EM {
@@ -58,7 +58,7 @@ P.formula {
 }
 
 BLOCKQUOTE {
-  background: #cccccc;
+  background: #eeeeee;
   border: solid thin #999999;
   padding: 10pt;
 }
@@ -170,6 +170,9 @@ H2 SPAN.info, H3 SPAN.info, H4 SPAN.info {
   font-size: 100%;
 }
 
+H1.title {
+}
+
 H2.title, H3.title {
   border-bottom: solid 2pt #000000;
 }
@@ -334,6 +337,8 @@ div.contents ul.subcontents li {
 </head>
 <body>
 <div class='body'>
+<h1 class='title'>Introduction to the PPD Compiler</h1>
+
 <P>This document describes how to use the CUPS PostScript Printer Description
 (PPD) file compiler. The PPD compiler generates PPD files from simple text files
 that describe the features and capabilities of one or more printers.</P>