Every cells of a feature row are painted in yellow. Signed-off-by: Thomas Monjalon <thomas.monja...@6wind.com> --- 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; + } </style> .. include:: overview_table.txt -- 2.7.0