From d86c9db708f7e0b356da7953204d6c1a6d16cb33 Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Mon, 20 Feb 2017 17:14:01 +0100 Subject: [PATCH] doc: highlight pointed row in NIC overview table Every cells of a feature row are painted in yellow. Signed-off-by: Thomas Monjalon Acked-by: Ferruh Yigit Acked-by: John McNamara --- 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 3b733f76a8..a8a8f26c98 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.20.1