[or-cvs] the stylesheet in cvs/tor/doc/ had relative links to the im...

arma at seul.org arma at seul.org
Wed Nov 30 19:41:04 UTC 2005


Update of /home2/or/cvsroot/tor/doc
In directory moria:/home/arma/work/onion/cvs/tor/doc

Modified Files:
	stylesheet.css 
Log Message:
the stylesheet in cvs/tor/doc/ had relative links to the images,
so they weren't showing up.


Index: stylesheet.css
===================================================================
RCS file: /home2/or/cvsroot/tor/doc/stylesheet.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- stylesheet.css	15 Nov 2005 22:42:10 -0000	1.1
+++ stylesheet.css	30 Nov 2005 19:41:02 -0000	1.2
@@ -70,7 +70,7 @@
 
 table.table-banner {
     margin: 0 auto 0 auto;
-    background-image: url("images/tor_mast.gif");
+    background-image: url("/images/tor_mast.gif");
     background-repeat: no-repeat;
 }
 
@@ -176,13 +176,13 @@
 }
 
 td.banner-left {
-    background-image: url("images/top-left.png");
+    background-image: url("/images/top-left.png");
     background-repeat: no-repeat;
     width: 193px;
 }
 
 td.banner-middle {
-    background-image: url("images/top-middle.png");
+    background-image: url("/images/top-middle.png");
     background-repeat: repeat-x;
     vertical-align: bottom;
     padding-bottom: 10px;
@@ -204,7 +204,7 @@
 }
 
 td.banner-right {
-    background-image: url("images/top-right.png");
+    background-image: url("/images/top-right.png");
     background-repeat: no-repeat;
     width: 40px;
     background-position: right;
@@ -212,7 +212,7 @@
 }
 
 .banner-middle a.current {
-    text-decoration: none;	       
+    text-decoration: none;
     color: #FF7F00;
     font-weight: bold;
     font-size: 1em;



More information about the tor-commits mailing list