Author: brane
Date: Wed Mar 25 20:56:29 2015
New Revision: 1669223
URL: http://svn.apache.org/r1669223
Log:
Try to fix the mirrors section layout, second attempt.
Modified:
incubator/ignite/site/trunk/download.html
Modified: incubator/ignite/site/trunk/download.html
URL:
http://svn.apache.org/viewvc/incubator/ignite/site/trunk/download.html?rev=1669223&r1=1669222&r2=1669223&view=diff
==============================================================================
--- incubator/ignite/site/trunk/download.html (original)
+++ incubator/ignite/site/trunk/download.html Wed Mar 25 20:56:29 2015
@@ -1,12 +1,11 @@
+<main id="main" role="main" class="container key-features">
+
[define version]1.0.0-rc3[end]
[define distdir]incubator/ignite/1.0.0-RC3[end]
[define disturl]https://www.apache.org/dist[end]
-
-<main id="main" role="main" class="container key-features">
- <section id="mirror" class="overview">
+ <section id="mirror" class="feature-block">
<h2 style="text-align: left;">Mirrors</h2>
-
<p>[if-any logo]
<a href="[link]"><img align="right" src="[logo]" border="0" /></a>[end]
The currently selected mirror is
@@ -15,7 +14,7 @@
If all mirrors are failing, there are <i>backup</i> mirrors
(at the end of the mirrors list) that should be available.</p>
- <form action="/download/" method="get" id="SelectMirror">
+ <form action="/downloads.html" method="get" id="SelectMirror">
Other mirrors:
<select name="Preferred" onchange="submit()">
[if-any http]
@@ -31,7 +30,7 @@
<input type="submit" value="Change" />
</form>
- <p>You may also consult the
+ <p><br>You may also consult the
<a href="http://www.apache.org/mirrors/">complete list of
mirrors</a>.</p>
</section><!-- mirror -->