You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ml...@apache.org on 2011/12/29 21:57:58 UTC

svn commit: r1225651 - in /trafficserver/site/trunk/content: downloads.en.mdtext index.html styles/styles.css

Author: mlibbey
Date: Thu Dec 29 20:57:58 2011
New Revision: 1225651

URL: http://svn.apache.org/viewvc?rev=1225651&view=rev
Log:
try to make downloads button work for downloads page

Modified:
    trafficserver/site/trunk/content/downloads.en.mdtext
    trafficserver/site/trunk/content/index.html
    trafficserver/site/trunk/content/styles/styles.css

Modified: trafficserver/site/trunk/content/downloads.en.mdtext
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/content/downloads.en.mdtext?rev=1225651&r1=1225650&r2=1225651&view=diff
==============================================================================
--- trafficserver/site/trunk/content/downloads.en.mdtext (original)
+++ trafficserver/site/trunk/content/downloads.en.mdtext Thu Dec 29 20:57:58 2011
@@ -68,7 +68,7 @@ and checksum signatures. 
 The full change log is located in [/trafficserver/traffic/branches/3.0.x/CHANGES](http://svn.apache.org/viewvc/trafficserver/traffic/branches/3.0.x/CHANGES?view=markup). 
 
 
-<div class="dl">
+<div class="download">
   <a href="http://www.apache.org/dyn/closer.cgi/trafficserver/trafficserver-3.0.2.tar.bz2">Download Source</a>
 </div>
 
@@ -156,7 +156,7 @@ The full change log is located in [/traf
 The Jira release notes are also [available](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310963&version=12316496). 
  
 
-<div class="dl">
+<div class="download">
  <a href="http://www.apache.org/dyn/closer.cgi/trafficserver/trafficserver-3.1.1-unstable.tar.bz2">Download Source</a>
 </div>
 
@@ -176,7 +176,7 @@ new records.config configuration file. Y
 (e.g. `sudo traffic_server -Cclear`), as well as deleting the hostdb files (`var/trafficserver/host.db`
 and `etc/trafficserver/internal/hostdb.config`).
 
-<div class="dl">
+<div class="download">
 <a href="http://archive.apache.org/dist/trafficserver/trafficserver-3.0.0.tar.bz2">Download Source</a>
 </div>
 			
@@ -192,7 +192,7 @@ and `etc/trafficserver/internal/hostdb.c
 *  Backport part of TS-322 that deals with indexing arrays with char (author: Marcus Ruckert) [TS-334](https://issues.apache.org/jira/browse/TS-334)
 *  Backport TS-336 to 2.0.x. Problems with make install DESTDIR
 
-<div class="dl">
+<div class="download">
 <a href="http://archive.apache.org/dist/trafficserver/trafficserver-2.0.1.tar.bz2">Download Source</a>
 </div>
 			
@@ -206,7 +206,7 @@ and `etc/trafficserver/internal/hostdb.c
 
 The full change log is located in [/trafficserver/traffic/trunk/CHANGES](http://svn.apache.org/viewvc/trafficserver/traffic/trunk/CHANGES?revision=1160602&view=markup). 
 
-<div class="dl">
+<div class="download">
 <a href="http://archive.apache.org/dist/trafficserver/trafficserver-3.1.0-unstable.tar.bz2">Download Source</a>
 </div>
 

Modified: trafficserver/site/trunk/content/index.html
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/content/index.html?rev=1225651&r1=1225650&r2=1225651&view=diff
==============================================================================
--- trafficserver/site/trunk/content/index.html (original)
+++ trafficserver/site/trunk/content/index.html Thu Dec 29 20:57:58 2011
@@ -56,7 +56,7 @@
           Server overview</a>.</p>
       </div> 
     </div>
-    <div class="fourcol right last" id="download">
+    <div class="fourcol right last download">
       <a title="Downloads" href="/downloads" >Downloads</a>
     </div>
   </div>

Modified: trafficserver/site/trunk/content/styles/styles.css
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/content/styles/styles.css?rev=1225651&r1=1225650&r2=1225651&view=diff
==============================================================================
--- trafficserver/site/trunk/content/styles/styles.css (original)
+++ trafficserver/site/trunk/content/styles/styles.css Thu Dec 29 20:57:58 2011
@@ -230,7 +230,7 @@ div.last > ul li {
 
 /* 8. DOWNLOAD BUTTON */
 
-#download {
+.download {
     float:right;
     text-align:center;
     height: 30px;
@@ -257,12 +257,12 @@ div.last > ul li {
     text-decoration: none;
     vertical-align: middle;
 }
-#download:hover {
+.download:hover {
     border-top-color: #47bf1f;
     background: #47bf1f;
     color: #ccc;
 }
-#download:active {
+.download:active {
     border-top-color: #47bf1f;
     background: #47bf1f;
 }
@@ -279,14 +279,14 @@ div.last > ul li {
     padding-top: 70px;
 }
 */
-#download a {
+a.download {
     color: white;
     font-size: 150%;
     text-decoration: none;    
 }
-#download a:hover {
+a.download:hover {
 }
-#download-small {
+.download-small {
     height: 40px;
     width: 125px;
     float: right;
@@ -296,11 +296,11 @@ div.last > ul li {
     text-align: center;
     padding-top: 28px;
 }
-#download-small a {
+a.download-small a {
     color: white;
     font-size: 100%;
 }
-#download-small a:hover {
+a.download-small:hover {
 }