Andrew Lewman commited on 2010-05-08 21:23:27
Zeige 2 geänderte Dateien mit 0 Einfügungen und 29 Löschungen.
... | ... |
@@ -24,10 +24,6 @@ |
24 | 24 |
<div class="donatebutton"> |
25 | 25 |
<p><a href="<page donate>">Donate to support Tor!</a></p> |
26 | 26 |
</div> |
27 |
-<div class="underline"></div> |
|
28 |
-<h3>Help us reach <a href="<page docs/tor-doc-relay>">5,000 relays</a> in 2010!</h3> |
|
29 |
-<div class="relaythermometer"><div class="relaythermofill">1,755</div> |
|
30 |
-</div> |
|
31 | 27 |
</div> |
32 | 28 |
<!-- END SIDEBAR --> |
33 | 29 |
|
... | ... |
@@ -299,31 +299,6 @@ td.banner-right { |
299 | 299 |
color: green; |
300 | 300 |
} |
301 | 301 |
|
302 |
-.relaythermometer { |
|
303 |
- width: 120px; |
|
304 |
- -moz-border-radius-bottomleft: 20px; |
|
305 |
- -moz-border-radius-bottomright: 20px; |
|
306 |
- margin: 1em auto; |
|
307 |
- height: 100px; |
|
308 |
- position: relative; |
|
309 |
- background-color: orange; |
|
310 |
-} |
|
311 |
- |
|
312 |
-.relaythermofill { |
|
313 |
- width: 120px; |
|
314 |
- -moz-border-radius-bottomleft: 20px; |
|
315 |
- -moz-border-radius-bottomright: 20px; |
|
316 |
- height: 35px; |
|
317 |
- background-color: green; |
|
318 |
- font-size: 20px; |
|
319 |
- position: absolute; |
|
320 |
- bottom: 0; |
|
321 |
- line-height: 50px; |
|
322 |
- text-align: center; |
|
323 |
- color: white; |
|
324 |
- font-weight: bold; |
|
325 |
-} |
|
326 |
- |
|
327 | 302 |
/* these styles are for the menu on the gui contest pages */ |
328 | 303 |
|
329 | 304 |
.guileft { |
330 | 305 |