updated
authorMatt Lee <mattl@gnu.org>
Wed, 8 Sep 2010 15:34:56 +0000 (15:34 +0000)
committerMatt Lee <mattl@gnu.org>
Wed, 8 Sep 2010 15:34:56 +0000 (15:34 +0000)
screen.css

index 8bbca1992d7696b6347ffe2c2b33f90782c0d977..96a56e1de728968eb32851e456f15a258cb1428b 100644 (file)
@@ -4,7 +4,20 @@
 
      html { background-color: #ececec; }
 
-     #doc2 { background-color: white; padding: 14px; border-left: 2px solid #ccc; border-right: 2px solid #ccc; }
+     #doc2 { background-color: white; padding: 14px; border-left: 2px solid #ccc; border-right: 1px solid #ccc;
+
+-moz-background-clip:border;
+-moz-background-inline-policy:continuous;
+-moz-background-origin:padding;
+-moz-border-radius-bottomleft:8px;
+-moz-border-radius-bottomright:8px;
+-moz-border-radius-topleft:8px;
+-moz-border-radius-topright:8px;
+-moz-box-shadow:0 0 6px #999999;
+
+
+
+ }
 
      a:link{color: blue;}
      a:hover{color: red;}