diff options
| author | Yong He <yonghe@outlook.com> | 2021-04-22 17:17:29 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-22 17:17:29 -0700 |
| commit | a47e7751c2738543e872452debc7494369c9fb35 (patch) | |
| tree | a68b6e9e4b737fdf827f1d639683d6a2bb45721a | |
| parent | 79675228cbe85937e8b41a46ad9ba0f5a528291d (diff) | |
Improve document table of content style (#1812)
| -rw-r--r-- | docs/_layouts/user-guide.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_layouts/user-guide.html b/docs/_layouts/user-guide.html index b08e85df0..765ddc40a 100644 --- a/docs/_layouts/user-guide.html +++ b/docs/_layouts/user-guide.html @@ -33,7 +33,7 @@ .toc_list { list-style-type: none; - padding-left:16px; + padding-left:20px; } </style> {% seo %} |
