diff options
author | Vegard Nossum <vegard.nossum@oracle.com> | 2023-10-29 08:42:07 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-11-17 21:54:56 +0100 |
commit | d49af114421104ffc3378e932f474096e3f9598e (patch) | |
tree | fcf4369c3e11222a54a77d3543e138aea84db21a /Documentation/sphinx-static | |
parent | docs: automarkup: linkify git revs (diff) | |
download | linux-d49af114421104ffc3378e932f474096e3f9598e.tar.xz linux-d49af114421104ffc3378e932f474096e3f9598e.zip |
Documentation: add tux logo
We already have the logo, let's use it.
Testing: make htmldocs
Cc: Miguel Ojeda <ojeda@kernel.org>
Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20231029074207.297663-1-vegard.nossum@oracle.com
Diffstat (limited to 'Documentation/sphinx-static')
-rw-r--r-- | Documentation/sphinx-static/custom.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/sphinx-static/custom.css b/Documentation/sphinx-static/custom.css index c7439349dda6..c992b1946edc 100644 --- a/Documentation/sphinx-static/custom.css +++ b/Documentation/sphinx-static/custom.css @@ -23,6 +23,12 @@ div.document { width: auto; } +/* Size the logo appropriately */ +img.logo { + width: 104px; + margin-bottom: 20px; +} + /* * Parameters for the display of function prototypes and such included * from C source files. |