rm use of blockquote in Toc
This commit is contained in:
parent
b6842db0a5
commit
75375a4337
@ -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
|
||||||
}
|
}
|
||||||
|
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user