]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - doc/cups.css
Save work; public accessors for more stuff, continue transition away from private
[thirdparty/cups.git] / doc / cups.css
index 5b78171af8b7eea397af6f2c63b6a6d02017f102..815c193c3f53431333a209a580c7bf3fc57193ae 100644 (file)
@@ -19,15 +19,18 @@ PRE {
 }
 
 PRE.command {
+  background: #f0f0f0;
+  border: dotted thin #7f7f7f;
   color: #7f0000;
   margin-left: 36pt;
+  padding: 10px;
 }
 
 P.example {
   font-style: italic;
   margin-left: 36pt;
 }
-  
+
 PRE.example {
   background: white;
   border: dotted thin #999999;
@@ -114,7 +117,9 @@ TD.unsel {
 TD.sel A, TD.sel A:hover, TD.unsel A:link:hover, TD.unsel A:visited:hover,
 TD.unsel A:active, TD.unsel A, TD.unsel A:visited {
   color: #666666;
+  display: block;
   font-weight: normal;
+  padding: 8px;
   text-decoration: none;
 }
 
@@ -238,6 +243,10 @@ H2 SPAN.info, H3 SPAN.info, H4 SPAN.info {
   color: white;
 }
 
+TH.conflict {
+  text-align: right;
+}
+
 H1.title {
   display: none;
 }