]> git.droids-corp.org - dpdk.git/commitdiff
doc: adjust column width of PMD overview tables
authorThomas Monjalon <thomas@monjalon.net>
Mon, 6 Nov 2017 14:40:54 +0000 (15:40 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 8 Nov 2017 01:48:26 +0000 (02:48 +0100)
The net PMD overview table is big and required to be shrunk.
The crypto PMD tables had variable column sizes: the latest
columns were smaller.

The minimum width is set to 0.9em without any forced padding.
The maximum width is set to 2em.
The width of the first column set by sphinx is overridden to 0
for full elasticity.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: John McNamara <john.mcnamara@intel.com>
doc/guides/conf.py

index 39880752e2512e7291d31b268e9358cc2bad8aa0..31f914a8994dc4007ca588014d2386b526506737 100644 (file)
@@ -340,7 +340,12 @@ def print_table_css(outfile, table_id):
          font-size: 80%;
          white-space: pre-wrap;
          vertical-align: top;
-         padding: 2px;
+         padding: 0.5em 0;
+         min-width: 0.9em;
+         width: 2em;
+      }
+      table#idx col:first-child {
+         width: 0;
       }
       table#idx th:first-child {
          vertical-align: bottom;