doc: highlight pointed row in NIC overview table

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>
This commit is contained in:
Thomas Monjalon 2017-02-20 17:14:01 +01:00
parent 38e4ea32e2
commit d86c9db708

View 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