[or-cvs] r17080: {website} make an orange download button for all of those people who m (in website/trunk: . en)
phobos at seul.org
phobos at seul.org
Tue Oct 14 01:23:03 UTC 2008
Author: phobos
Date: 2008-10-13 21:23:03 -0400 (Mon, 13 Oct 2008)
New Revision: 17080
Modified:
website/trunk/en/index.wml
website/trunk/stylesheet-ltr.css
Log:
make an orange download button for all of those people who miss the
Download links in the header and body text.
Modified: website/trunk/en/index.wml
===================================================================
--- website/trunk/en/index.wml 2008-10-14 00:44:11 UTC (rev 17079)
+++ website/trunk/en/index.wml 2008-10-14 01:23:03 UTC (rev 17080)
@@ -9,7 +9,6 @@
<!-- PUT CONTENT AFTER THIS TAG -->
<h2>Tor: anonymity online</h2>
-<hr />
<!-- BEGIN SIDEBAR -->
<div class="sidebar">
@@ -19,12 +18,17 @@
<p><a href="<page torusers>">Who uses Tor?</a></p>
<p><a href="<page overview>">How does Tor work in detail?</a></p>
<hr />
+<div class="downloadbutton">
+<p><a href="<page download>">Download Tor</a></p>
+</div>
<div class="donatebutton">
<p><a href="<page donate>">Donate to support Tor!</a></p>
</div>
</div>
<!-- END SIDEBAR -->
+<hr />
+
<p>Tor is a software project that helps you defend against <a
href="<page overview>">traffic analysis</a>, a form of network
surveillance that threatens personal freedom and privacy, confidential
Modified: website/trunk/stylesheet-ltr.css
===================================================================
--- website/trunk/stylesheet-ltr.css 2008-10-14 00:44:11 UTC (rev 17079)
+++ website/trunk/stylesheet-ltr.css 2008-10-14 01:23:03 UTC (rev 17080)
@@ -271,6 +271,28 @@
color: orange;
}
+.downloadbutton {
+ width: auto;
+ text-align: center;
+}
+
+.downloadbutton a {
+ margin: 10px 0 0 0;
+ font-weight: bold;
+ display: block;
+ padding: 6px;
+ background-color: orange;
+ color: #FFFFFF;
+}
+
+.downloadbutton a:hover {
+ color: green;
+}
+
+.donatebutton a:active {
+ color: green;
+}
+
/* these styles are for the menu on the gui contest pages */
.guileft {
More information about the tor-commits
mailing list