From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 0EF811F28 for ; Tue, 13 Feb 2018 10:09:11 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Feb 2018 01:09:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,507,1511856000"; d="scan'208";a="203676401" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by fmsmga005.fm.intel.com with ESMTP; 13 Feb 2018 01:09:10 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.197]) by IRSMSX108.ger.corp.intel.com ([169.254.11.9]) with mapi id 14.03.0319.002; Tue, 13 Feb 2018 09:09:09 +0000 From: "Mcnamara, John" To: Thomas Monjalon CC: "dev@dpdk.org" Thread-Topic: [PATCH] doc: improve HTML spacing in release notes Thread-Index: AQHTpClPZre4Wxz5u0iKb+CBuj/38qOiC8xQ Date: Tue, 13 Feb 2018 09:09:09 +0000 Message-ID: References: <20180212174448.32125-1-thomas@monjalon.net> In-Reply-To: <20180212174448.32125-1-thomas@monjalon.net> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjBiODA4NzMtMjg4NC00ZTUxLWFiOTctZWNhNzBhODM1MGIzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IkJpTGZSNXBXdk9zQ1kzalkxTkFhekRVXC80N1lIcU9uWFdicDlrTXJ2aXU4PSJ9 dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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:09:12 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Monday, February 12, 2018 5:45 PM > To: Mcnamara, John > Cc: dev@dpdk.org > Subject: [PATCH] doc: improve HTML spacing in release notes >=20 > Vertical spacing is lower before an item title than after. > So the items with paragraphs are not well separated. >=20 > A custom CSS is added to override the rtd theme. >=20 That's great. It fixes a long standing irritation with the formatting of the release notes, and other lists. Also, it gives us the opportunity to improve the CSS in other ways. Acked-by: John McNamara