new gradient background image, one pixel width, repeat horizontally
authorThierry Pasqualier <thierry@uncensored.citadel.org>
Wed, 8 Aug 2007 19:19:56 +0000 (19:19 +0000)
committerThierry Pasqualier <thierry@uncensored.citadel.org>
Wed, 8 Aug 2007 19:19:56 +0000 (19:19 +0000)
webcit/static/gradient_background.jpg
webcit/static/webcit.css

index 8b95a8902e9e4b6ac7621cefddaccb31b027fda4..0ad9fd02ea5d36c3dc70b9729d86b1f9c182fa28 100644 (file)
Binary files a/webcit/static/gradient_background.jpg and b/webcit/static/gradient_background.jpg differ
index ffb5ba158ff70ddbf41075c64a31cdbd90294460..769bb98974aa87fb55eb07c596e5caa0d2f1f1f0 100644 (file)
@@ -8,10 +8,8 @@ body {
        padding: 0 0 0 0;
        height: 100%;
        overflow: auto;
-       // background-color: #D8D8D8;
-       background-color: #8888AA;
-       background-image:url(/static/gradient_background.jpg);
-       color: #000000;
+       background: rgb(212,218,234) url(/static/gradient_background.jpg) repeat-x;
+       color: black;
        font-weight: normal;
        font-size: 10pt;
        font-family: sans-serif;