Author: dsetrakyan Date: Thu Jul 30 18:47:09 2015 New Revision: 1693471 URL: http://svn.apache.org/r1693471 Log: downloads patch
Modified: incubator/ignite/site/trunk/css/all.css incubator/ignite/site/trunk/download-mirrors.html incubator/ignite/site/trunk/features/datagrid.html incubator/ignite/site/trunk/scss/ignite.scss Modified: incubator/ignite/site/trunk/css/all.css URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/css/all.css?rev=1693471&r1=1693470&r2=1693471&view=diff ============================================================================== --- incubator/ignite/site/trunk/css/all.css (original) +++ incubator/ignite/site/trunk/css/all.css Thu Jul 30 18:47:09 2015 @@ -8069,20 +8069,16 @@ img[usemap], map area { outline: none; } -#list, -#downloads table { +#list table { width: auto; } -#list > thead > tr, -#downloads table > thead > tr { +#list table > thead > tr { background: #f5f5f5; } -#list > thead > tr > th, -#downloads table > thead > tr > th { +#list table > thead > tr > th { text-align: center; } -#list > tbody > tr > td:nth-child(3), -#downloads table > tbody > tr > td:nth-child(3) { +#list table > tbody > tr > td:nth-child(3) { text-align: center; } Modified: incubator/ignite/site/trunk/download-mirrors.html URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/download-mirrors.html?rev=1693471&r1=1693470&r2=1693471&view=diff ============================================================================== --- incubator/ignite/site/trunk/download-mirrors.html (original) +++ incubator/ignite/site/trunk/download-mirrors.html Thu Jul 30 18:47:09 2015 @@ -24,10 +24,10 @@ </ul> </section> - <section id="downloads" class="feature-section"> + <section id="downloads" class="page-section"> <h2 style="text-align: left;">Apache Ignite Releases</h2> <p id="sources"><b>Sources</b></p> - <table> + <table class="formatted"> <thead> <tr><th>Version</th><th>Docs</th><th>Date</th><th>Source</th></tr> </thead> @@ -153,7 +153,7 @@ <a href="http://www.apache.org/dev/release.html#what">What is a Release?</a></p> <p> </p> <p>In-Memory Data Fabric:</p> - <table> + <table class="formatted"> <thead> <tr><th>Version</th><th>Docs</th><th>Date</th><th>Binary</th></tr> </thead> @@ -252,7 +252,7 @@ </table> <p> </p> <p>In-Memory Hadoop Accelerator:</p> - <table> + <table class="formatted"> <thead> <tr><th>Version</th><th>Docs</th><th>Date</th><th>Binary</th></tr> </thead> @@ -325,9 +325,9 @@ </table> </section> <!-- downloads --> - <section id="docker" class="feature-section"> + <section id="docker" class="page-section"> <h2 style="text-align: left;">Docker And Cloud Images</h2> - <table> + <table class="formatted"> <thead> <tr><th>Name</th><th>Docs</th><th>Date</th><th>URL</th></tr> </thead> @@ -369,7 +369,7 @@ </table> </section><!-- cloud images --> - <section id="maven" class="feature-section"> + <section id="maven" class="page-section"> <h2 style="text-align: left;">Download from Maven</h2> <p> Ignite requires only one <b>ignite-core</b> mandatory dependency. Usually you will @@ -398,7 +398,7 @@ See <a href="http://apacheignite.readme.io/v1.0/docs/maven-setup">Maven Setup</a> for a full list of Maven dependencies. </section><!-- maven downloads --> - <section id="build-source" class="feature-section"> + <section id="build-source" class="page-section"> <h2 style="text-align: left;">Building the Binaries </h2> NOTE: JDK version should be 1.7.0-* or >= 1.8.0-u40. <pre class="brush:bash"> @@ -431,7 +431,7 @@ </ul> </section><!-- build-source --> - <section id="3rdparty" class="feature-section"> + <section id="3rdparty" class="page-section"> <h2 style="text-align: left;">3<sup>rd</sup> Party Binaries</h2> <p> Modified: incubator/ignite/site/trunk/features/datagrid.html URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/features/datagrid.html?rev=1693471&r1=1693470&r2=1693471&view=diff ============================================================================== Binary files - no diff available. Modified: incubator/ignite/site/trunk/scss/ignite.scss URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/scss/ignite.scss?rev=1693471&r1=1693470&r2=1693471&view=diff ============================================================================== --- incubator/ignite/site/trunk/scss/ignite.scss (original) +++ incubator/ignite/site/trunk/scss/ignite.scss Thu Jul 30 18:47:09 2015 @@ -541,8 +541,7 @@ img[usemap], map area{ outline: none; } -#list, -#downloads table { +#list table { width: auto; & > thead > tr {