]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - doc/cups.css
Merge changes from CUPS 1.4svn-r8628.
[thirdparty/cups.git] / doc / cups.css
index 44f8f7c65407db745a486e82ca1fd5b1e4d3bbe6..5b78171af8b7eea397af6f2c63b6a6d02017f102 100644 (file)
@@ -23,6 +23,11 @@ PRE.command {
   margin-left: 36pt;
 }
 
+P.example {
+  font-style: italic;
+  margin-left: 36pt;
+}
+  
 PRE.example {
   background: white;
   border: dotted thin #999999;
@@ -233,6 +238,10 @@ H2 SPAN.info, H3 SPAN.info, H4 SPAN.info {
   color: white;
 }
 
+H1.title {
+  display: none;
+}
+
 H2.title, H3.title {
   border-bottom: solid 1pt #999999;
 }
@@ -322,11 +331,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;