[dpdk-web] [PATCH] move releases link button near latest release button

Thomas Monjalon thomas.monjalon at 6wind.com
Thu May 26 16:54:42 CEST 2016


In the download page, it is more logical to have the button for
"Other Versions" just after "Latest Version".
Doing so, it is at the same place than the button "All Releases"
in the /rel page.

Signed-off-by: Thomas Monjalon <thomas.monjalon at 6wind.com>
---
 download.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/download.html b/download.html
index d50158b..967052f 100644
--- a/download.html
+++ b/download.html
@@ -43,13 +43,13 @@
 				<i class="material-icons" style="font-size: 4em;">archive</i><br>
 				Latest Version: 16.04
 			</a><!-- no whitespace
-			--><a href="/doc/quick-start" class="button" style="width: 28%; margin: 0 8%;">
-				<i class="material-icons" style="font-size: 4em;">access_time</i><br>
-				Quick Start Instructions
-			</a><!-- no whitespace
 			--><a href="/rel" class="button" style="width: 28%;">
 				<i class="material-icons" style="font-size: 4em;">view_list</i><br>
 				Other Versions
+			</a><!-- no whitespace
+			--><a href="/doc/quick-start" class="button" style="width: 28%; margin: 0 8%;">
+				<i class="material-icons" style="font-size: 4em;">access_time</i><br>
+				Quick Start Instructions
 			</a>
 			<ul>
 			<h3>Applications</h3>
-- 
2.7.0



More information about the web mailing list