diff options
| author | Yong He <yonghe@outlook.com> | 2021-04-22 17:14:52 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-22 17:14:52 -0700 |
| commit | 79675228cbe85937e8b41a46ad9ba0f5a528291d (patch) | |
| tree | 92d575df6650c7edbf7aa98efa3881c6afb74383 /docs/_layouts | |
| parent | e8dee69592349cde50ddf8a4440f87e91808e6b6 (diff) | |
Fix documentation (#1811)
Diffstat (limited to 'docs/_layouts')
| -rw-r--r-- | docs/_layouts/user-guide.html | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/docs/_layouts/user-guide.html b/docs/_layouts/user-guide.html index ebd887789..b08e85df0 100644 --- a/docs/_layouts/user-guide.html +++ b/docs/_layouts/user-guide.html @@ -31,28 +31,23 @@ padding-left: 20px; } - ol { - counter-reset: section; + .toc_list { list-style-type: none; - } - - li:before { - counter-increment: section; - content: counters(section, ".") " "; + padding-left:16px; } </style> {% seo %} </head> <body> - <div id="main_content_wrap" class="outer"> - <div id="main_content" class="inner" style="padding:40px;width:1000px"> + <div id="container"> + <div class="inner" style="padding:40px;width:1000px"> <div id="dividerContainer"> <div id="tocColumn"> {% include user-guide-toc.html %} </div> <div id="rightColumn"> - <section> + <section id="main_content"> {{ content }} </section> |
