From: Matt Lee Date: Wed, 8 Sep 2010 15:34:56 +0000 (+0000) Subject: updated X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4f6be9abbcaaf36ad0a198cd47096fc83f6e71f7;p=libreplanet-static.git updated --- diff --git a/screen.css b/screen.css index 8bbca199..96a56e1d 100644 --- a/screen.css +++ b/screen.css @@ -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;}