diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-10-14 13:26:09 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-10-14 11:28:17 +0000 |
commit | 93c1058794d8bdab19c49df6d402a40963be65ec (patch) | |
tree | ab893f78a3b9928cf409cd3b63f6129381e4f5aa /theme/mkdocs_windmill/css/base.css | |
parent | 11d46ac01cf2b4bbc2e8ffe9b70ca27783af0137 (diff) |
Added Documentation for Jellyfish
(rewrote majority of them and updated with minor changes)
(removed whitespaces, added contribution guide, corrected rcar-gen3 section 7, added aglsetup.h flags to hardware support, some minor changes)
Bug-AGL: [SPEC-3633]
Signed-off-by: Shankho Boron Ghosh <shankhoghosh123@gmail.com>
Change-Id: Ifd6b3c1cdaa41f05a74c1affe6db9e24763921b9
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/25411
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'theme/mkdocs_windmill/css/base.css')
-rw-r--r-- | theme/mkdocs_windmill/css/base.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/mkdocs_windmill/css/base.css b/theme/mkdocs_windmill/css/base.css index 45538d8..f07ff35 100644 --- a/theme/mkdocs_windmill/css/base.css +++ b/theme/mkdocs_windmill/css/base.css @@ -152,7 +152,7 @@ body { } .wm-toc-hidden > .wm-toc-pane { - margin-left: -250px; + margin-left: -500px; } .wm-toc-hidden > .wm-content-pane { |