From: Thomas Monjalon <thomas@monjalon.net>
To: dev@dpdk.org
Subject: [PATCH] doc: make table headers more visible in guides
Date: Wed, 16 Jul 2025 12:14:55 +0200 [thread overview]
Message-ID: <20250716101455.224877-1-thomas@monjalon.net> (raw)
Set a background color to table header
so that it is visually easier to read.
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
doc/guides/custom.css | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/doc/guides/custom.css b/doc/guides/custom.css
index b662abb34e..7db37ffc68 100644
--- a/doc/guides/custom.css
+++ b/doc/guides/custom.css
@@ -22,3 +22,8 @@
.section li > .first {
margin-top: 18px;
}
+
+/* Table head row more visible */
+th.head {
+ background-color: #ccc;
+}
--
2.47.1
reply other threads:[~2025-07-16 10:15 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250716101455.224877-1-thomas@monjalon.net \
--to=thomas@monjalon.net \
--cc=dev@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).