Author: buildbot
Date: Thu Dec 29 21:07:09 2011
New Revision: 801266
Log:
Staging update by buildbot
Modified:
websites/staging/trafficserver/trunk/content/downloads.en.html
websites/staging/trafficserver/trunk/content/index.html
websites/staging/trafficserver/trunk/content/styles/styles.css
Modified: websites/staging/trafficserver/trunk/content/downloads.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/downloads.en.html (original)
+++ websites/staging/trafficserver/trunk/content/downloads.en.html Thu Dec 29
21:07:09 2011
@@ -94,7 +94,7 @@ and checksum signatures. </p>
<li>[<a href="https://issues.apache.org/jira/browse/TS-1013">TS-1013</a>] -
Allow ssl_multicert.config to support CA chains per host</li>
</ul>
<p>The full change log is located in <a
href="http://svn.apache.org/viewvc/trafficserver/traffic/branches/3.0.x/CHANGES?view=markup">/trafficserver/traffic/branches/3.0.x/CHANGES</a>.
</p>
-<div class="download">
+<div class="dl">
<a
href="http://www.apache.org/dyn/closer.cgi/trafficserver/trafficserver-3.0.2.tar.bz2">Download
Source</a>
</div>
@@ -177,7 +177,7 @@ and checksum signatures. </p>
</ul>
<p>The full change log is located in <a
href="http://svn.apache.org/viewvc/trafficserver/traffic/trunk/CHANGES?revision=1160602&view=markup">/trafficserver/traffic/trunk/CHANGES</a>.
The Jira release notes are also <a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310963&version=12316496">available</a>.
</p>
-<div class="download">
+<div class="dl">
<a
href="http://www.apache.org/dyn/closer.cgi/trafficserver/trafficserver-3.1.1-unstable.tar.bz2">Download
Source</a>
</div>
@@ -192,7 +192,7 @@ For details on the fixes since v2.0.0, p
new records.config configuration file. You should also clear all caches after
upgrading
(e.g. <code>sudo traffic_server -Cclear</code>), as well as deleting the
hostdb files (<code>var/trafficserver/host.db</code>
and <code>etc/trafficserver/internal/hostdb.config</code>).</p>
-<div class="download">
+<div class="dl">
<a
href="http://archive.apache.org/dist/trafficserver/trafficserver-3.0.0.tar.bz2">Download
Source</a>
</div>
@@ -206,7 +206,7 @@ and <code>etc/trafficserver/internal/hos
<li>Backport part of TS-322 that deals with indexing arrays with char (author:
Marcus Ruckert) <a
href="https://issues.apache.org/jira/browse/TS-334">TS-334</a></li>
<li>Backport TS-336 to 2.0.x. Problems with make install DESTDIR</li>
</ul>
-<div class="download">
+<div class="dl">
<a
href="http://archive.apache.org/dist/trafficserver/trafficserver-2.0.1.tar.bz2">Download
Source</a>
</div>
@@ -216,7 +216,7 @@ and <code>etc/trafficserver/internal/hos
[<a
href="http://archive.apache.org/dist/trafficserver/trafficserver-3.1.0.tar.bz2.md5">MD5</a>]
[<a
href="http://archive.apache.org/dist/trafficserver/trafficserver-3.1.0.tar.bz2.sha1">SHA1</a>]</p>
<p>The full change log is located in <a
href="http://svn.apache.org/viewvc/trafficserver/traffic/trunk/CHANGES?revision=1160602&view=markup">/trafficserver/traffic/trunk/CHANGES</a>.
</p>
-<div class="download">
+<div class="dl">
<a
href="http://archive.apache.org/dist/trafficserver/trafficserver-3.1.0-unstable.tar.bz2">Download
Source</a>
</div>
</div>
Modified: websites/staging/trafficserver/trunk/content/index.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/index.html (original)
+++ websites/staging/trafficserver/trunk/content/index.html Thu Dec 29 21:07:09
2011
@@ -56,7 +56,7 @@
Server overview</a>.</p>
</div>
</div>
- <div class="fourcol right last download">
+ <div class="fourcol right last" id="download">
<a title="Downloads" href="/downloads" >Downloads</a>
</div>
</div>
Modified: websites/staging/trafficserver/trunk/content/styles/styles.css
==============================================================================
--- websites/staging/trafficserver/trunk/content/styles/styles.css (original)
+++ websites/staging/trafficserver/trunk/content/styles/styles.css Thu Dec 29
21:07:09 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;
}
*/
-a.download {
+#download a {
color: white;
font-size: 150%;
text-decoration: none;
}
-a.download:hover {
+#download a:hover {
}
-.download-small {
+#download-small {
height: 40px;
width: 125px;
float: right;
@@ -296,11 +296,11 @@ a.download:hover {
text-align: center;
padding-top: 28px;
}
-a.download-small a {
+#download-small a {
color: white;
font-size: 100%;
}
-a.download-small:hover {
+#download-small a:hover {
}