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

Harry van Haaren harry.van.haaren at intel.com
Thu May 26 17:45:30 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>
Signed-off-by: Harry van Haaren <harry.van.haaren at intel.com>
---

v2: margin CSS attribute to align buttons correctly

 download.html | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/download.html b/download.html
index d50158b..9e66668 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%;">
+			--><a href="/rel" class="button" style="width: 28%; margin: 0 8%;">
 				<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%;">
+				<i class="material-icons" style="font-size: 4em;">access_time</i><br>
+				Quick Start Instructions
 			</a>
 			<ul>
 			<h3>Applications</h3>
-- 
2.5.0



More information about the web mailing list