diff options
Diffstat (limited to 'Documentation/theme/static/css/theme.css')
-rw-r--r-- | Documentation/theme/static/css/theme.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Documentation/theme/static/css/theme.css b/Documentation/theme/static/css/theme.css index a4934ede..a6d43195 100644 --- a/Documentation/theme/static/css/theme.css +++ b/Documentation/theme/static/css/theme.css @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: CC-BY-SA-4.0 */ + html { background-image: linear-gradient(to bottom right, #4895e1, #56c3ae); background-size: cover; @@ -281,9 +283,13 @@ div#signature { font-size: 12px; } -#libcamera div.toctree-wrapper { +#licensing div.toctree-wrapper { height: 0px; margin: 0px; padding: 0px; visibility: hidden; } + +.documentation-nav { + display: none; +} |