diff options
author | James Young <xxiinophobia@yahoo.com> | 2020-02-25 17:22:08 -0800 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2020-03-05 16:00:10 -0800 |
commit | 3bd65d2173e8f8d136cb159eb980941479ab5906 (patch) | |
tree | 6a3032851dbc767836366e26f5d781f284d4892b | |
parent | d5f34c48103f09cb3cadfc8ee7ae0a760c158ebb (diff) |
CSS updates: ul and pre elements
-rw-r--r-- | docs/sidebar.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/sidebar.css b/docs/sidebar.css index 8abc5c20e0..07b26ecec9 100644 --- a/docs/sidebar.css +++ b/docs/sidebar.css @@ -20,3 +20,11 @@ .sidebar, .sidebar-nav { line-height: 1.5em !important; } + +.markdown-section ul ul { + margin: 0; +} + +.markdown-section pre { + padding: 0; +} |