Merge tag 'spdx-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[linux-block.git] / Documentation / sphinx-static / custom.css
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * CSS tweaks for the Alabaster theme
4  */
5
6 /* Shrink the headers a bit */
7 div.body h1 { font-size: 180%; }
8 div.body h2 { font-size: 150%; }
9 div.body h3 { font-size: 130%; }
10
11 /* Tighten up the layout slightly */
12 div.body { padding: 0 15px 0 10px; }
13 div.sphinxsidebarwrapper { padding: 1em 0.4em; }
14 div.sphinxsidebar { font-size: inherit; }
15 /* Tweak document margins and don't force width */
16 div.document {
17     margin: 20px 10px 0 10px; 
18     width: auto;
19 }
20
21 /*
22  * Parameters for the display of function prototypes and such included
23  * from C source files.
24  */
25 dl.function, dl.struct, dl.enum { margin-top: 2em; background-color: #ecf0f3; }
26 /* indent lines 2+ of multi-line function prototypes */
27 dl.function dt { margin-left: 10em; text-indent: -10em; }
28 dt.sig-object { font-size: larger; }
29 div.kernelindent { margin-left: 2em; margin-right: 4em; }