From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH 2/3] doc: highlight pointed row in NIC overview table Date: Mon, 20 Feb 2017 22:26:37 +0100 Message-ID: <1487625998-8040-3-git-send-email-thomas.monjalon@6wind.com> References: <1487625998-8040-1-git-send-email-thomas.monjalon@6wind.com> To: dev@dpdk.org Return-path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 7B608374E for ; Mon, 20 Feb 2017 22:26:46 +0100 (CET) Received: by mail-wm0-f45.google.com with SMTP id c85so91929656wmi.1 for ; Mon, 20 Feb 2017 13:26:46 -0800 (PST) Received: from XPS13.localdomain (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id c202sm14936627wmd.10.2017.02.20.13.26.45 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 20 Feb 2017 13:26:45 -0800 (PST) In-Reply-To: <1487625998-8040-1-git-send-email-thomas.monjalon@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Every cells of a feature row are painted in yellow. Signed-off-by: Thomas Monjalon --- doc/guides/nics/overview.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/guides/nics/overview.rst b/doc/guides/nics/overview.rst index 3b733f7..a8a8f26 100644 --- a/doc/guides/nics/overview.rst +++ b/doc/guides/nics/overview.rst @@ -76,6 +76,9 @@ Most of these differences are summarized below. padding-left: 1em; text-align: left; } + table#id1 tr:hover td { + background-color: #ffb; + } .. include:: overview_table.txt -- 2.7.0