rm use of blockquote in Toc

This commit is contained in:
Aditya Telange 2021-01-23 23:38:51 +05:30
parent b6842db0a5
commit 75375a4337
2 changed files with 3 additions and 3 deletions

View File

@ -265,7 +265,7 @@
font-weight: 500 font-weight: 500
} }
.toc blockquote { .toc .inner {
margin: 0 20px; margin: 0 20px;
padding: 10px 20px padding: 10px 20px
} }

View File

@ -40,9 +40,9 @@
<summary accesskey="c" title="(Alt + C)"> <summary accesskey="c" title="(Alt + C)">
<div class="details">{{- i18n "toc" | default "Table of Contents" }}</div> <div class="details">{{- i18n "toc" | default "Table of Contents" }}</div>
</summary> </summary>
<blockquote> <div class="inner">
{{- partial "toc.html" . }} {{- partial "toc.html" . }}
</blockquote> </div>
</details> </details>
</div> </div>
{{- end }} {{- end }}