The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] docs: custom.css: don't limit randering to old 800px monitors
@ 2026-07-10  9:00 Mauro Carvalho Chehab
  2026-07-10 15:27 ` Jonathan Corbet
  0 siblings, 1 reply; 6+ messages in thread
From: Mauro Carvalho Chehab @ 2026-07-10  9:00 UTC (permalink / raw)
  To: Jonathan Corbet, Linux Doc Mailing List
  Cc: Mauro Carvalho Chehab, linux-kernel, Clinton Phillips,
	Daniel Lundberg Pedersen, Hans Verkuil, Mauro Carvalho Chehab,
	Petr Vorel, Randy Dunlap, Rito Rhymes, Shuah Khan, linux-media

Right now, base.css style imposes a maximum limit of 800 horizontal
pixels to be compatible with very old SVGA monitors.

Remove such artificial limit, letting the output to be adjusted to
the browser windows size.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
 Documentation/sphinx-static/custom.css | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/sphinx-static/custom.css b/Documentation/sphinx-static/custom.css
index 5aa0a1ed9864..1055db7dc1dd 100644
--- a/Documentation/sphinx-static/custom.css
+++ b/Documentation/sphinx-static/custom.css
@@ -3,6 +3,8 @@
  * CSS tweaks for the Alabaster theme
  */
 
+div.body {  max-width: none; }
+
 /* Shrink the headers a bit */
 div.body h1 { font-size: 180%; }
 div.body h2 { font-size: 150%; }
-- 
2.55.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-07-11  7:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-10  9:00 [PATCH] docs: custom.css: don't limit randering to old 800px monitors Mauro Carvalho Chehab
2026-07-10 15:27 ` Jonathan Corbet
2026-07-10 19:19   ` Mauro Carvalho Chehab
2026-07-10 19:52     ` Jonathan Corbet
2026-07-10 22:10       ` Mauro Carvalho Chehab
2026-07-11  7:48         ` Mauro Carvalho Chehab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox