[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r22304: {website} remove the relay count. we can roll out everyone as a bridge (in website/trunk: . en)
Author: phobos
Date: 2010-05-08 19:23:27 +0000 (Sat, 08 May 2010)
New Revision: 22304
Modified:
website/trunk/en/index.wml
website/trunk/stylesheet-ltr.css
Log:
remove the relay count. we can roll out everyone as a bridge and then
relay at somepoint this year instead.
Modified: website/trunk/en/index.wml
===================================================================
--- website/trunk/en/index.wml 2010-05-08 18:44:59 UTC (rev 22303)
+++ website/trunk/en/index.wml 2010-05-08 19:23:27 UTC (rev 22304)
@@ -24,11 +24,7 @@
<div class="donatebutton">
<p><a href="<page donate>">Donate to support Tor!</a></p>
</div>
-<div class="underline"></div>
-<h3>Help us reach <a href="<page docs/tor-doc-relay>">5,000 relays</a> in 2010!</h3>
-<div class="relaythermometer"><div class="relaythermofill">1,755</div>
</div>
-</div>
<!-- END SIDEBAR -->
<div class="underline"></div>
Modified: website/trunk/stylesheet-ltr.css
===================================================================
--- website/trunk/stylesheet-ltr.css 2010-05-08 18:44:59 UTC (rev 22303)
+++ website/trunk/stylesheet-ltr.css 2010-05-08 19:23:27 UTC (rev 22304)
@@ -299,31 +299,6 @@
color: green;
}
-.relaythermometer {
- width: 120px;
- -moz-border-radius-bottomleft: 20px;
- -moz-border-radius-bottomright: 20px;
- margin: 1em auto;
- height: 100px;
- position: relative;
- background-color: orange;
-}
-
-.relaythermofill {
- width: 120px;
- -moz-border-radius-bottomleft: 20px;
- -moz-border-radius-bottomright: 20px;
- height: 35px;
- background-color: green;
- font-size: 20px;
- position: absolute;
- bottom: 0;
- line-height: 50px;
- text-align: center;
- color: white;
- font-weight: bold;
-}
-
/* these styles are for the menu on the gui contest pages */
.guileft {