You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ts...@apache.org on 2015/10/06 21:14:47 UTC

wicket-site git commit: Fixed Wicket-8.x download buttons

Repository: wicket-site
Updated Branches:
  refs/heads/asf-site 9b47224a8 -> cea9166b0


Fixed Wicket-8.x download buttons

Project: http://git-wip-us.apache.org/repos/asf/wicket-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket-site/commit/cea9166b
Tree: http://git-wip-us.apache.org/repos/asf/wicket-site/tree/cea9166b
Diff: http://git-wip-us.apache.org/repos/asf/wicket-site/diff/cea9166b

Branch: refs/heads/asf-site
Commit: cea9166b05131aabe2a5df638b42ebef957d44d3
Parents: 9b47224
Author: Tobias Soloschenko <ts...@apache.org>
Authored: Tue Oct 6 21:13:57 2015 +0200
Committer: Tobias Soloschenko <ts...@apache.org>
Committed: Tue Oct 6 21:13:57 2015 +0200

----------------------------------------------------------------------
 content/atom.xml              | 2 +-
 content/start/wicket-8.x.html | 2 ++
 start/wicket-8.x.md           | 3 ++-
 3 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket-site/blob/cea9166b/content/atom.xml
----------------------------------------------------------------------
diff --git a/content/atom.xml b/content/atom.xml
index 2169dc8..62a1b68 100644
--- a/content/atom.xml
+++ b/content/atom.xml
@@ -3,7 +3,7 @@
     <title>Apache Wicket</title>
     <link href="http://wicket.apache.org/atom.xml" rel="self"/>
     <link href="http://wicket.apache.org/"/>
-    <updated>2015-10-06T17:40:36+02:00</updated>
+    <updated>2015-10-06T21:13:18+02:00</updated>
     <id>http://wicket.apache.org/</id>
     <author>
         <name>Apache Wicket</name>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/cea9166b/content/start/wicket-8.x.html
----------------------------------------------------------------------
diff --git a/content/start/wicket-8.x.html b/content/start/wicket-8.x.html
index 7fe89d1..8f36c84 100644
--- a/content/start/wicket-8.x.html
+++ b/content/start/wicket-8.x.html
@@ -52,6 +52,8 @@
         <section class="l-two-third left">
             <div class="button-bar">
 	<a class="button" href="#status"><i class="fa fa-info-circle"></i><br />Status</a>
+</div>
+<div class="button-bar">
 	<a class="button" href="#requirements"><i class="fa fa-exclamation-triangle"></i><br />Requirements</a>
 	<a class="button" href="#migrate"><i class="fa fa-history"></i><br />Migrate</a>
 </div>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/cea9166b/start/wicket-8.x.md
----------------------------------------------------------------------
diff --git a/start/wicket-8.x.md b/start/wicket-8.x.md
index a9dcbb0..8b0d683 100644
--- a/start/wicket-8.x.md
+++ b/start/wicket-8.x.md
@@ -4,9 +4,10 @@ title: Apache Wicket 8.x
 active_link: download
 preamble: Here you can learn about the status of Wicket 8.x, find links to download it, learn how to configure your Maven POM to use Wicket, find the minimal requirements, and migrate your existing application to this Wicket version.
 ---
-
 <div class="button-bar">
 	<a class="button" href="#status"><i class="fa fa-info-circle"></i><br>Status</a>
+</div>
+<div class="button-bar">
 	<a class="button" href="#requirements"><i class="fa fa-exclamation-triangle"></i><br>Requirements</a>
 	<a class="button" href="#migrate"><i class="fa fa-history"></i><br>Migrate</a>
 </div>