From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 6BC5E1B1B0 for ; Wed, 14 Feb 2018 00:22:04 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 1DF2321A0E; Tue, 13 Feb 2018 18:22:04 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 13 Feb 2018 18:22:04 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=OM4rSzfn4smX1+X0jgXdvyy91o ukyfKzQ173YNjI5hM=; b=Q9DW5Gj/T1EHh6LBRB8tK6PUvOx431EmNbItprfsBz TwA32fOSdZQBPvyZd1CLATwCjn7khezJXTHh8RZ/1DKYJr3NaOhERraRsb5evFG7 5Z4ELSsafcd2N+YjUdqPvw7rYtJzHrq2GT3LpSOjzHVigI7nJ/7wSPN7UPHdAm7C 8= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=OM4rSz fn4smX1+X0jgXdvyy91oukyfKzQ173YNjI5hM=; b=SGXeoEaKbBFo7S79k9MUvi sE2mNpuSZODlJ+HrQsRVxDfHOdYanDePsCxfUcEEnRMo26bRlUgb2nZvrXPpeveZ JJhCZN5AQZlFu0UTN+uZOYcL83Q0hiM58SvQ/e+g5IDbY1UfSwiC0tov/GaRoFfH gHMQO2TRyQUEg/nQ0vJ9o2Z+Ojdknn8fhzPVeTa/cqzd5ddPTE051ZLlSaWbgaBN +U9i+Q5maL6vrOfkJMxtGthSkfWIPjG5BxPkOaRjRx0Gs1hbtEYGy4Jh0Pbn8ejt DR/kSFU1kyoh6DAkZJvGI9D7zu72PE3yhh+X1gCojdzIvH8OPbJ7e8TxDRmrhpmg == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id CF2B27E537; Tue, 13 Feb 2018 18:22:03 -0500 (EST) From: Thomas Monjalon To: "Mcnamara, John" Cc: dev@dpdk.org Date: Wed, 14 Feb 2018 00:21:53 +0100 Message-ID: <1694840.uIuQsu0qGh@xps> In-Reply-To: <1982251.NPzZtB8Js7@xps> References: <20180212174448.32125-1-thomas@monjalon.net> <1982251.NPzZtB8Js7@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: improve HTML spacing in release notes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Feb 2018 23:22:04 -0000 13/02/2018 10:33, Thomas Monjalon: > 13/02/2018 10:09, Mcnamara, John: > > From: Thomas Monjalon [mailto:thomas@monjalon.net] > > > Vertical spacing is lower before an item title than after. > > > So the items with paragraphs are not well separated. > > > > > > A custom CSS is added to override the rtd theme. > > > > That's great. It fixes a long standing irritation with the formatting > > of the release notes, and other lists. > > Me too, I was irritated about this formatting :) > But I never tried to fix it until you talked about it with me. > Conclusion: we must communicate about our frustrations ;) > > > Also, it gives us the opportunity to improve the CSS in other ways. > > Yes, this custom CSS can be extended. Applied