mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-31 03:35:32 -04:00
docs: custom.css: don't limit rendering to old 800px monitors
Right now, base.css style imposes a maximum limit of 800 horizontal pixels to be compatible with very old SVGA monitors. This is not enough to display some tables like pixformat ones on media. Instead, use a more realistic maximum limit. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Message-ID: <20260711094821.5e262356@foz.lan> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
committed by
Jonathan Corbet
parent
9df36192ff
commit
52f2e62506
@@ -3,6 +3,8 @@
|
||||
* CSS tweaks for the Alabaster theme
|
||||
*/
|
||||
|
||||
div.body { max-width: 120em; }
|
||||
|
||||
/* Shrink the headers a bit */
|
||||
div.body h1 { font-size: 180%; }
|
||||
div.body h2 { font-size: 150%; }
|
||||
|
||||
Reference in New Issue
Block a user