]> 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 44f8f7c65407db745a486e82ca1fd5b1e4d3bbe6..815c193c3f53431333a209a580c7bf3fc57193ae 100644 (file)
@@ -19,8 +19,16 @@ 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 {
@@ -109,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;
 }
 
@@ -233,6 +243,14 @@ H2 SPAN.info, H3 SPAN.info, H4 SPAN.info {
   color: white;
 }
 
+TH.conflict {
+  text-align: right;
+}
+
+H1.title {
+  display: none;
+}
+
 H2.title, H3.title {
   border-bottom: solid 1pt #999999;
 }
@@ -322,11 +340,9 @@ DIV.sidebar P.l2 {
 TABLE.inset {
   background: #f0f0f0;
   border: thin solid #e0e0e0;
-  margin-left: auto;
-  margin-right: auto;
   margin-top: 1em;
   padding: 0;
-  width: 90%;
+  width: 100%;
   /* These are not implemented by all browsers, but that's OK */
   border-radius: 5px;
   -moz-border-radius: 5px;