]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - doc/cups.css
Load cups into easysw/current.
[thirdparty/cups.git] / doc / cups.css
index 0e37f456f63eb548b9466ba183e7fd8d507de7c7..292e170f7b0dcaf9320f87fe72c2f84460057a72 100644 (file)
@@ -199,6 +199,10 @@ DIV.sidebar {
   margin-left: 10pt;
   padding: 5pt;
   width: 25%;
+  /* These are not implemented by all browsers, but that's OK */
+  border-radius: 10pt;
+  -moz-border-radius: 10pt;
+  box-shadow: 5pt 5pt 5pt #cccccc;
 }
 
 DIV.sidebar P.l0 {
@@ -230,6 +234,10 @@ TABLE.pager {
   border: solid thin #999966;
   margin-top: 10pt;
   padding: 2pt;
+  /* These are not implemented by all browsers, but that's OK */
+  border-radius: 10pt;
+  -moz-border-radius: 10pt;
+  box-shadow: 5pt 5pt 5pt #cccccc;
 }
 
 DT {