]> 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 134bbf15a150945607834b78fc53d72af80bb99f..6c5ddd23b09cf4da61aa7b200a374f4003f8114c 100644 (file)
@@ -27,6 +27,10 @@ PRE.command {
   margin-left: 36pt;
 }
 
+P.compact {
+  margin: 0;
+}
+
 P.example {
   font-style: italic;
   margin-left: 36pt;
@@ -36,7 +40,7 @@ PRE.example {
   background: #eeeeee;
   border: dotted thin #999999;
   margin-left: 36pt;
-  padding: 10px;
+  padding: 10pt;
 }
 
 PRE.command EM, PRE.example EM {
@@ -54,7 +58,7 @@ P.formula {
 }
 
 BLOCKQUOTE {
-  background: #cccccc;
+  background: #eeeeee;
   border: solid thin #999999;
   padding: 10pt;
 }
@@ -166,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;
 }
@@ -330,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>