From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f180.google.com (mail-wr0-f180.google.com [209.85.128.180]) by dpdk.org (Postfix) with ESMTP id 2B7701DBA for ; Mon, 30 Apr 2018 16:06:47 +0200 (CEST) Received: by mail-wr0-f180.google.com with SMTP id p18-v6so8175203wrm.1 for ; Mon, 30 Apr 2018 07:06:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=qUJ5Dt0UMFi/g/jCirE4/yfpV3WYW0Qtt60seA8UAVc=; b=aR6bvnVX+gdN/tfp9nc79VY06/vxu3LOEeEHuluxcqV/bbsc/sJR631OFdE0AIS+Ep NvOZiY8UUTHZY7Y7mY/WLbXCCcD9UQfcRCTy4VpVJ8Cuud7xjrgbJR9UCCkRYDuWNsPs yGOQ4U0D2ZSAPQusOfGF/VeZUPcNwre2sdEl/C0MzkRBfbqBnTBehPuH8SN3XGw7N0gq KntSU/moMSP89YC8eb3KwjtYZg67TglGRq0Wcrp3T4wj8gR5T79/TsSFIu9qJsXsMlWa epX0nLU7MmQyKd56MGy8S/azeTlVQ95CqMVqS1IyF7tyRilPsozgt92jF98CaUJ51mpg teLw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=qUJ5Dt0UMFi/g/jCirE4/yfpV3WYW0Qtt60seA8UAVc=; b=ts8vWiIPwH0QTIzhN8x2bfA5wPq6dBD56Z55+e8KQWn66N7pES40xEDmD9ziM+3zgE P0yup+oRrvQc0bykj6Asf+6Y3PV3K+fG7xx/oG7lDg20v0/tVmB8iV/HduTf70eLMc8z 3OfktdzDO9hZeguhYAzYNNCl2O4U6jG2di5QubrORrtTYhquMxGY5+W27dujQONKXS34 oZhE3S1yid5G/xZ8dkS+lOG6lm1+W6H02WnBDNRHd47bqRG6xPQ2psVj/pyo5QuCG7iz yZj7ePWw734l/UFpxKykX+HS4ZsElVKTlT85pvfjiCaC9lw7bv9bEdA/fR3VRRGUGnJ+ M6jA== X-Gm-Message-State: ALQs6tDmTToyJX8PTlMgXn+qbTS7SZ/3Rwx03gV1VWkCR9TDN9Lg97YK fprp+D+F447qnQa085Ogafs= X-Google-Smtp-Source: AB8JxZpBTbwO6p/SdGupYNaeXW4sEfd3Q7cvKW4acCfGK+MewtrkWzFhsIIjhFRcvp5IEp3a2grgxQ== X-Received: by 2002:adf:a850:: with SMTP id l74-v6mr8329898wrc.42.1525097206627; Mon, 30 Apr 2018 07:06:46 -0700 (PDT) Received: from localhost ([2a00:23c5:be9a:5200:ce4c:82c0:d567:ecbb]) by smtp.gmail.com with ESMTPSA id u37-v6sm8449182wrb.53.2018.04.30.07.06.45 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 30 Apr 2018 07:06:45 -0700 (PDT) From: luca.boccassi@gmail.com To: Thomas Monjalon Cc: dpdk stable Date: Mon, 30 Apr 2018 15:02:51 +0100 Message-Id: <20180430140606.4615-13-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.14.2 In-Reply-To: <20180430140606.4615-1-luca.boccassi@gmail.com> References: <20180430140606.4615-1-luca.boccassi@gmail.com> Subject: [dpdk-stable] patch 'doc: reduce features tables column width' has been queued to stable release 18.02.2 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Apr 2018 14:06:47 -0000 Hi, FYI, your patch has been queued to stable release 18.02.2 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 05/02/18. So please shout if anyone has objections. Thanks. Luca Boccassi --- >>From 729f284810eb1ff2efffea829327568a603f2182 Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Tue, 20 Feb 2018 18:00:34 +0100 Subject: [PATCH] doc: reduce features tables column width [ upstream commit 18b884e9a9705bf2d8c07fa730bac8a588545a21 ] 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. Signed-off-by: Thomas Monjalon --- doc/guides/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/conf.py b/doc/guides/conf.py index cf06f2572..fc766890f 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; -- 2.14.2