From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47])
 by dpdk.org (Postfix) with ESMTP id E5E382BD2
 for <web@dpdk.org>; Thu, 26 May 2016 17:58:29 +0200 (CEST)
Received: by mail-wm0-f47.google.com with SMTP id n129so105501790wmn.1
 for <web@dpdk.org>; Thu, 26 May 2016 08:58:29 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:user-agent:in-reply-to
 :references:mime-version:content-transfer-encoding;
 bh=b7DOFs9tO3m0yXa+4wGHA+U4CM06AOavOLkYWumRDvA=;
 b=Uf7qaGwag1CstRrwhCMCR0741N44m+VunEOMmSIolX9Fw0x6E6KCU9IXkFtmophxRd
 SXlSvU6LpxjMK/EqjkhJS+fxzwkm+LJlsKhdXuxEtUwE94jINhkaiIznyWGdTEy42j6t
 dCfWPA9B2e9rZiaTDMc/CkUG1KYtcau0CxopBqgqfP4wrVXUWFTL9S0JqGehcjt5taum
 49ay9cp7tw4tM0Of39JWMM1424+eeLBC1dYtl7zk9vYgykSRGEUyfXstR0veI4/Ag1yu
 XdEQH3ezGlhakpYyLsgfXhy8GaTtE+j6j12TyYK3LkYxjT1fMqYoda1yKmJ5zOHMX6Dt
 fzjQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=b7DOFs9tO3m0yXa+4wGHA+U4CM06AOavOLkYWumRDvA=;
 b=klzgRJQzHJMBgduqzzRgwQjzcXlN4eXgPog6MNwvWDn7wiMxcVqIC1Pw5hec7qtZ6i
 yuBfI6FQkEeYnVNc6PBBoDWmutep2jwfq89Y03wKVCu47B6rIcTSTYXxd2OqQyMGkMHx
 9ZLEgIBTnqPOCkB7WHnBdHl8HsEDhoTQPm+c5ROskUdPidD4RZ14Yo8RFihz14To5Px3
 N5gfWkWNNibJt3GTg2AZ81+CA2+pBNDZRd5yn9zE3WYC/1x9NuDuKUyNIzNV4/diD9qi
 65Rdvw1STAdEhac6W4WJ3l/sJCxDBVkLH1DJ2Nk8UkIBjX53j1Phi+2G0Fu6rfmUQHu8
 1IsQ==
X-Gm-Message-State: ALyK8tIXsPxvSPpCJKflfQNFy6rOcr7QJ90nlFuyuubXL3LmIZjOttw1uqGhJIxwUHFVlRjG
X-Received: by 10.194.113.194 with SMTP id ja2mr10373825wjb.13.1464278309637; 
 Thu, 26 May 2016 08:58:29 -0700 (PDT)
Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184])
 by smtp.gmail.com with ESMTPSA id j6sm14958076wjb.29.2016.05.26.08.58.28
 (version=TLSv1/SSLv3 cipher=OTHER);
 Thu, 26 May 2016 08:58:28 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Harry van Haaren <harry.van.haaren@intel.com>
Cc: web@dpdk.org
Date: Thu, 26 May 2016 17:58:27 +0200
Message-ID: <1750988.jE4N7K3Rcp@xps13>
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1464277530-17948-1-git-send-email-harry.van.haaren@intel.com>
References: <1464274482-20155-1-git-send-email-thomas.monjalon@6wind.com>
 <1464277530-17948-1-git-send-email-harry.van.haaren@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-web] [PATCH v2] move releases button near latest release
	button
X-BeenThere: web@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: website maintenance <web.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/web>,
 <mailto:web-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/web/>
List-Post: <mailto:web@dpdk.org>
List-Help: <mailto:web-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/web>,
 <mailto:web-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 26 May 2016 15:58:30 -0000

2016-05-26 16:45, Harry van Haaren:
> 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@6wind.com>
> Signed-off-by: Harry van Haaren <harry.van.haaren@intel.com>
> ---
> 
> v2: margin CSS attribute to align buttons correctly

Applied, thanks