styling of download page, align boxes
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/8282c69a Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/8282c69a Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/8282c69a Branch: refs/heads/master Commit: 8282c69ab884dee4da325e2f08f2f050cc3a73a2 Parents: 5ae2870 Author: Alex Heneveld <[email protected]> Authored: Tue Sep 1 13:36:59 2015 +0100 Committer: Alex Heneveld <[email protected]> Committed: Tue Sep 1 13:36:59 2015 +0100 ---------------------------------------------------------------------- docs/website/download/index.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/8282c69a/docs/website/download/index.md ---------------------------------------------------------------------- diff --git a/docs/website/download/index.md b/docs/website/download/index.md index afe1da2..4675af9 100644 --- a/docs/website/download/index.md +++ b/docs/website/download/index.md @@ -11,11 +11,14 @@ children: <div class="panel panel-default"> <div class="panel-heading" markdown="1"> -#### **Recommended download:** Distribution +#### **Distribution** (Recommended) </div> <div class="panel-body" markdown="1"> -A pre-built package that contains Apache Brooklyn and all of its dependencies in a single, easy-to-run package. Suitable for -Linux and Windows servers and workstations that have Java 1.7<a href="#java-footnote">*</a>. +<div style="height: 9em;" markdown="1"> +A pre-built package that contains Apache Brooklyn and all of its dependencies in a single, easy-to-run package. +*Suitable for Linux and Windows servers and workstations with Java installed +(Java 1.7 or 1.8 are supported, including OpenJDK, Oracle, and IBM varieties).* +</div> **Choose your preferred file format to see the list of mirrors where you can download this file.** @@ -32,12 +35,14 @@ Linux and Windows servers and workstations that have Java 1.7<a href="#java-foot <div class="panel panel-default"> <div class="panel-heading" markdown="1"> -#### Source code +#### Source Code </div> <div class="panel-body" markdown="1"> +<div style="height: 9em;" markdown="1"> The source code for Apache Brooklyn. Use this to build your own binaries and make private modifications. *If you want to contribute code changes to Apache Brooklyn, we recommend you get the source code from version control. Visit the [Developers pages](../developers/index.html) to find out more.* +</div> **Choose your preferred file format to see the list of mirrors where you can download this file.** @@ -54,8 +59,6 @@ contribute code changes to Apache Brooklyn, we recommend you get the source code We also publish Maven artifacts for Apache Brooklyn. These are available from [Maven Central](https://search.maven.org/#search%7Cga%7C1%7Corg.apache.brooklyn). -<a name="java-footnote">*</a> We recommend Java 1.7 as this platform has had the most testing. Java 1.8 may also be suitable. Brooklyn is -not compatible with Java 1.6 or earlier versions. ## What next? @@ -66,7 +69,7 @@ not compatible with Java 1.6 or earlier versions. <div class="panel-heading" markdown="1"> #### Verify your download </div> - <div class="panel-body" markdown="1"> + <div class="panel-body" markdown="1" style="height: 7em;"> [Hashes and signatures](verify.html) of all our artifacts are available, if you wish to verify that they are genuine. @@ -80,7 +83,7 @@ not compatible with Java 1.6 or earlier versions. <div class="panel-heading" markdown="1"> #### **Get Started!** </div> - <div class="panel-body" markdown="1"> + <div class="panel-body" markdown="1" style="height: 7em;"> Take a look at our guide to getting started.
