[or-cvs] renaming banner image files to avoid getting blocked by pri...

goodell at seul.org goodell at seul.org
Mon May 16 08:39:31 UTC 2005


Update of /home/or/cvsroot/website
In directory moria.mit.edu:/tmp/cvs-serv26911

Modified Files:
	stylesheet.css 
Log Message:
renaming banner image files to avoid getting blocked by privoxy


Index: stylesheet.css
===================================================================
RCS file: /home/or/cvsroot/website/stylesheet.css,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- stylesheet.css	16 May 2005 07:35:41 -0000	1.11
+++ stylesheet.css	16 May 2005 08:39:28 -0000	1.12
@@ -144,13 +144,13 @@
 }
 
 td.banner-left {
-    background-image: url("images/banner-left.png");
+    background-image: url("images/top-left.png");
     background-repeat: no-repeat;
     width: 193px;
 }
 
 td.banner-middle {
-    background-image: url("images/banner-middle.png");
+    background-image: url("images/top-middle.png");
     background-repeat: repeat-x;
     vertical-align: bottom;
     padding-bottom: 10px;
@@ -172,7 +172,7 @@
 }
 
 td.banner-right {
-    background-image: url("images/banner-right.png");
+    background-image: url("images/top-right.png");
     background-repeat: no-repeat;
     width: 24px;
 }



More information about the tor-commits mailing list