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) | |
| download | qmk_firmware-3bd65d2173e8f8d136cb159eb980941479ab5906.tar.gz qmk_firmware-3bd65d2173e8f8d136cb159eb980941479ab5906.zip | |
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 8abc5c20e..07b26ecec 100644 --- a/docs/sidebar.css +++ b/docs/sidebar.css | |||
| @@ -20,3 +20,11 @@ | |||
| 20 | .sidebar, .sidebar-nav { | 20 | .sidebar, .sidebar-nav { |
| 21 | line-height: 1.5em !important; | 21 | line-height: 1.5em !important; |
| 22 | } | 22 | } |
| 23 | |||
| 24 | .markdown-section ul ul { | ||
| 25 | margin: 0; | ||
| 26 | } | ||
| 27 | |||
| 28 | .markdown-section pre { | ||
| 29 | padding: 0; | ||
| 30 | } | ||
