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:
parent
38e4ea32e2
commit
d86c9db708
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user