doc: reduce features tables column width
authorThomas Monjalon <thomas@monjalon.net>
Tue, 20 Feb 2018 17:00:34 +0000 (18:00 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 21 Mar 2018 22:04:21 +0000 (23:04 +0100)
The font size of the header row is reduced in order to shrink
the column size of the tables.
It is required for the NICs features table which is too large to fit
in the page width.

Cc: stable@dpdk.org
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
doc/guides/conf.py

index cf06f25..fc76689 100644 (file)
@@ -310,7 +310,7 @@ def print_table_css(outfile, table_id):
          text-align: center;
       }
       table#idx th {
-         font-size: 80%;
+         font-size: 72%;
          white-space: pre-wrap;
          vertical-align: top;
          padding: 0.5em 0;