Roger Dingledine commited on 2004-12-21 04:53:52
Zeige 2 geänderte Dateien mit 10 Einfügungen und 12 Löschungen.
... | ... |
@@ -43,7 +43,7 @@ |
43 | 43 |
|
44 | 44 |
<br /> |
45 | 45 |
|
46 |
-<a href="howitworks.html"><img src="images/how_tor_works_thumb.png" |
|
46 |
+<a href="overview.html"><img src="images/how_tor_works_thumb.png" |
|
47 | 47 |
alt="How Tor Works"></a> |
48 | 48 |
</div> |
49 | 49 |
<!-- END SIDEBAR --> |
... | ... |
@@ -133,15 +133,13 @@ the archives or subscribe</a>. |
133 | 133 |
|
134 | 134 |
</div><!-- #main --> |
135 | 135 |
|
136 |
-<a href="http://secure.eff.org/tor"><img src="images/eff_badge.png" alt="Tor development is supported by EFF"></a> |
|
137 |
- |
|
138 | 136 |
<a href="http://secure.eff.org/tor"><img src="images/eff_badge.png" |
139 | 137 |
alt="Tor development is supported by EFF"></a> |
140 | 138 |
|
139 |
+</div> |
|
141 | 140 |
<div class="bottom" id="bottom"> |
142 | 141 |
<i><a href="mailto:tor-webmaster@freehaven.net">Webmaster</a></i> - |
143 | 142 |
$Id$ |
144 | 143 |
</div> |
145 |
-</div> |
|
146 | 144 |
</body> |
147 | 145 |
</html> |
... | ... |
@@ -112,6 +112,14 @@ TABLE.table-banner { |
112 | 112 |
|
113 | 113 |
} |
114 | 114 |
|
115 |
+div.bottom { |
|
116 |
+ font-size: 8px; |
|
117 |
+ margin-top: 2cm; |
|
118 |
+ margin-left: 1em; |
|
119 |
+ margin-right: 1em; |
|
120 |
+ text-align: right; |
|
121 |
+} |
|
122 |
+ |
|
115 | 123 |
/* The sidebar */ |
116 | 124 |
DIV.sidebar { |
117 | 125 |
float: right; |
... | ... |
@@ -147,14 +155,6 @@ TD.links A:hover { |
147 | 155 |
|
148 | 156 |
} |
149 | 157 |
|
150 |
-div.bottom { |
|
151 |
- font-size: 8px; |
|
152 |
- margin-top: 2cm; |
|
153 |
- margin-left: 1em; |
|
154 |
- margin-right: 1em; |
|
155 |
- text-align: right; |
|
156 |
-} |
|
157 |
- |
|
158 | 158 |
/* The main column (left text) */ |
159 | 159 |
|
160 | 160 |
DIV.main-column { |
161 | 161 |