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 {
|
.container {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding-block-start: 12px;
|
padding-block-start: 12px;
|
||||||
padding-block-end: 12px;
|
padding-block-end: 72px;
|
||||||
padding-inline-start: 12px;
|
padding-inline-start: 12px;
|
||||||
padding-inline-end: 12px;
|
padding-inline-end: 12px;
|
||||||
}
|
}
|
||||||
|
@ -315,6 +315,7 @@ a {
|
||||||
margin-block-start: 12px;
|
margin-block-start: 12px;
|
||||||
margin-block-end: 0;
|
margin-block-end: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.article .article__toc ol ol {
|
.article .article__toc ol ol {
|
||||||
margin-block-start: 0;
|
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;
|
font-weight: 400;
|
||||||
-webkit-font-smoothing: subpixel-antialiased;
|
-webkit-font-smoothing: subpixel-antialiased;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
word-wrap: break-word;
|
||||||
|
hyphens: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.heti::before, .heti::after {
|
.heti::before, .heti::after {
|
||||||
|
|
|
@ -145,7 +145,7 @@
|
||||||
</section>
|
</section>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details open>
|
||||||
<summary id="example-4">示例4:英文演示</summary>
|
<summary id="example-4">示例4:英文演示</summary>
|
||||||
<section class="demo">
|
<section class="demo">
|
||||||
<div lang="en-US">
|
<div lang="en-US">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue