From: Thomas Monjalon Date: Tue, 20 Feb 2018 17:00:34 +0000 (+0100) Subject: doc: reduce features tables column width X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=18b884e9a9705bf2d8c07fa730bac8a588545a21;p=dpdk.git doc: reduce features tables column width 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 --- diff --git a/doc/guides/conf.py b/doc/guides/conf.py index cf06f25721..fc766890f3 100644 --- a/doc/guides/conf.py +++ b/doc/guides/conf.py @@ -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;