Deploying to gh-pages from - c37bd4c0e1
🚀
This commit is contained in:
parent
0492da0879
commit
73ff268fe3
4 changed files with 646 additions and 638 deletions
|
@ -36,7 +36,7 @@ a {
|
|||
.container {
|
||||
box-sizing: border-box;
|
||||
padding-block-start: 12px;
|
||||
padding-block-end: 12px;
|
||||
padding-block-end: 72px;
|
||||
padding-inline-start: 12px;
|
||||
padding-inline-end: 12px;
|
||||
}
|
||||
|
@ -315,6 +315,7 @@ a {
|
|||
margin-block-start: 12px;
|
||||
margin-block-end: 0;
|
||||
}
|
||||
|
||||
.article .article__toc ol ol {
|
||||
margin-block-start: 0;
|
||||
}
|
||||
|
|
1276
heti-addon.js
1276
heti-addon.js
File diff suppressed because it is too large
Load diff
3
heti.css
3
heti.css
|
@ -73,6 +73,9 @@
|
|||
font-weight: 400;
|
||||
-webkit-font-smoothing: subpixel-antialiased;
|
||||
line-height: 1.5;
|
||||
overflow-wrap: break-word;
|
||||
word-wrap: break-word;
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
.heti::before, .heti::after {
|
||||
|
|
|
@ -145,7 +145,7 @@
|
|||
</section>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<details open>
|
||||
<summary id="example-4">示例4:英文演示</summary>
|
||||
<section class="demo">
|
||||
<div lang="en-US">
|
||||
|
|
Loading…
Reference in a new issue