Author: hwright
Date: Fri Jun 10 13:15:36 2011
New Revision: 1134309

URL: http://svn.apache.org/viewvc?rev=1134309&view=rev
Log:
A few stylistic tweaks to the download page.

* publish/download/download.html
  (source-release): Rename to source-releases.
  (pre-releases): Center the content, and make the header bigger.

Modified:
    subversion/site/publish/download/download.html

Modified: subversion/site/publish/download/download.html
URL: 
http://svn.apache.org/viewvc/subversion/site/publish/download/download.html?rev=1134309&r1=1134308&r2=1134309&view=diff
==============================================================================
--- subversion/site/publish/download/download.html (original)
+++ subversion/site/publish/download/download.html Fri Jun 10 13:15:36 2011
@@ -62,14 +62,12 @@ Other mirrors:
 
 </div>  <!-- #mirror -->
 
-<div class="h2" id="source-release">
-<h2>Source Release
-  <a class="sectionlink" href="#source-release"
+<div class="h2" id="source-releases">
+<h2>Source Releases
+  <a class="sectionlink" href="#source-releases"
     title="Link to this section">&para;</a>
 </h2>
 
-<p>The most recent versions of Subversion are:</p>
-
 <!-- The ordering should be:
   * latest minor release line
   * next-latest minor release line
@@ -95,15 +93,15 @@ fill up the above queue. -->
     title="Link to this section">&para;</a>
 </h3>
 
-<div class="bigpoint">
+<div class="notice">
 <p>The following releases are offered for pre-release testing.  The usual
   caveats apply, including the fact that there are known issues, and APIs and
   file formats may change before the final release.  Please report any issues
   to <a href="[email protected]">[email protected]</a>.</p>
 </div>
 
-<p style="text-align: center;">Subversion 1.7.0-alpha1</p>
-<table border="1" id="latest">
+<p style="font-size: 150%; text-align: center;">Subversion 1.7.0-alpha1</p>
+<table border="1" id="latest" style="margin-left: auto; margin-right: auto;">
 <tr>
   <th>File</th>
   <th>SHA1</th>
@@ -134,7 +132,7 @@ fill up the above queue. -->
    <a 
href="http://svn.apache.org/repos/asf/subversion/trunk/INSTALL";>INSTALL</a>
    file for instructions on how to build Subversion.</p>
 
-</div> <!-- #source-release -->
+</div> <!-- #source-releases -->
 
 <div class="h2" id="verifying">
 <h2>Verifying the integrity of the files
@@ -187,7 +185,7 @@ Textutils</a>.</p>
 </h2>
 
 <p>You can install Subversion by compiling
-   its <a href="#source-release" >source code release</a> directly, or
+   its <a href="#source-releases" >source code release</a> directly, or
    you can install one of the <a href="packages.html" >prepackaged
    binaries</a> if there is one for your operating system.  Unless a
    release has "<tt>alpha</tt>", "<tt>beta</tt>", or "<tt>rc</tt>" in


Reply via email to