summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-11-30 19:41:02 +0000
committerRoger Dingledine <arma@torproject.org>2005-11-30 19:41:02 +0000
commit1deb53e1b0ff7c29111527d36d63bc5f6129c4f4 (patch)
treead3a11fee0901a5db3db400021d0a9c21ad29924 /doc
parent77a425d8b2b2f4b62e09aaf64679b8c8731f88c2 (diff)
downloadtor-1deb53e1b0ff7c29111527d36d63bc5f6129c4f4.tar.gz
tor-1deb53e1b0ff7c29111527d36d63bc5f6129c4f4.zip
the stylesheet in cvs/tor/doc/ had relative links to the images,
so they weren't showing up. svn:r5474
Diffstat (limited to 'doc')
-rw-r--r--doc/stylesheet.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/stylesheet.css b/doc/stylesheet.css
index 3af05194f6..d7c1d78758 100644
--- a/doc/stylesheet.css
+++ b/doc/stylesheet.css
@@ -70,7 +70,7 @@ div.banner {
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 @@ table.banner {
}
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-middle a:hover {
}
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 @@ td.banner-right {
}
.banner-middle a.current {
- text-decoration: none;
+ text-decoration: none;
color: #FF7F00;
font-weight: bold;
font-size: 1em;