From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 65B441B2A6 for ; Tue, 13 Feb 2018 10:33:49 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id E552F21453; Tue, 13 Feb 2018 04:33:48 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 13 Feb 2018 04:33:48 -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=Wzqi+0ar7pLJ4BLiOkgAxMi0Yw RpS0bn4/HjUPcVUcs=; b=feBmX+Z4VgdmJA4I75G0DWdEK84QR7SkTxA4kv5k4K CBRG42hsWFtrbSXkmueRe1PJsh7kWUeZsOaHVqlJqVA1RwJ2hs11vocVntN5pmcF JttWOSlC3l9TMjcnemLJut9G1iP15cQg545boExm1lyIPKh9+su0NIovQYtpAwMP 0= 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=Wzqi+0 ar7pLJ4BLiOkgAxMi0YwRpS0bn4/HjUPcVUcs=; b=JjrmSCw4toQoAHXdzXy9jb MBrte4fSlzBV3sh/Rw3YSr/epWBjhxY7dy5Dr7cwhA+heiHU3tRbu/q2AynUONtZ 3GAD0mGuakRKTVHxhh6csDvD60/mms1bkPrB1svMzIKbVTBTwkegg40d8h4T/LPA bTEqJNbbnVppwLqrodwvAqh5tvPKucyDsZtVJ2KXIiYjTtGNb6BcSzobzcT0Lxdk QVFq12G4pb0ipuhFkGVF1W/WcYHgMJwAZsuXqf712O59e/1/UiqHW0mg8O/0UFGs YdYMnvg8b9NK5gIf0cV+C2pQm2uMiLzJ/NXezjiwB/Rc1tuAnj2ZiIGNEgsZxFDA == 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 9719A240DB; Tue, 13 Feb 2018 04:33:48 -0500 (EST) From: Thomas Monjalon To: "Mcnamara, John" Cc: dev@dpdk.org Date: Tue, 13 Feb 2018 10:33:38 +0100 Message-ID: <1982251.NPzZtB8Js7@xps> In-Reply-To: References: <20180212174448.32125-1-thomas@monjalon.net> 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 09:33:49 -0000 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.