doc: highlight pointed row in NIC overview table
authorThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 20 Feb 2017 16:14:01 +0000 (17:14 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sun, 26 Feb 2017 16:20:00 +0000 (17:20 +0100)
Every cells of a feature row are painted in yellow.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
doc/guides/nics/overview.rst

index 3b733f7..a8a8f26 100644 (file)
@@ -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;
+      }
    </style>
 
 .. include:: overview_table.txt