@t8/docsgen 0.2.11 → 0.2.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/index.css +1 -1
- package/dist/css/section.css +4 -4
- package/package.json +1 -1
- package/src/css/index.css +1 -1
- package/src/css/section.css +4 -4
package/dist/css/index.css
CHANGED
package/dist/css/section.css
CHANGED
|
@@ -45,10 +45,10 @@ footer {
|
|
|
45
45
|
box-sizing: border-box;
|
|
46
46
|
}
|
|
47
47
|
.body > nav section + section {
|
|
48
|
-
border-top: 0.05rem solid
|
|
48
|
+
border-top: 0.05rem solid;
|
|
49
49
|
}
|
|
50
50
|
.body > nav section.related {
|
|
51
|
-
border-top: 0.15rem double
|
|
51
|
+
border-top: 0.15rem double;
|
|
52
52
|
}
|
|
53
53
|
.body > nav h2,
|
|
54
54
|
.body > nav p.title {
|
|
@@ -70,7 +70,7 @@ footer {
|
|
|
70
70
|
box-sizing: border-box;
|
|
71
71
|
}
|
|
72
72
|
.body > nav > ul + ul {
|
|
73
|
-
border-top: 0.05rem solid
|
|
73
|
+
border-top: 0.05rem solid;
|
|
74
74
|
padding-top: 1.2em;
|
|
75
75
|
margin-top: 1.5em;
|
|
76
76
|
}
|
|
@@ -203,7 +203,7 @@ main h2:first-child {
|
|
|
203
203
|
display: flex;
|
|
204
204
|
justify-content: space-between;
|
|
205
205
|
gap: 1em;
|
|
206
|
-
border-top: 0.15rem solid
|
|
206
|
+
border-top: 0.15rem solid;
|
|
207
207
|
padding: 0.6em 0.75em 0.75em;
|
|
208
208
|
margin: 1.5em 0 0;
|
|
209
209
|
}
|
package/package.json
CHANGED
package/src/css/index.css
CHANGED
package/src/css/section.css
CHANGED
|
@@ -45,10 +45,10 @@ footer {
|
|
|
45
45
|
box-sizing: border-box;
|
|
46
46
|
}
|
|
47
47
|
.body > nav section + section {
|
|
48
|
-
border-top: 0.05rem solid
|
|
48
|
+
border-top: 0.05rem solid;
|
|
49
49
|
}
|
|
50
50
|
.body > nav section.related {
|
|
51
|
-
border-top: 0.15rem double
|
|
51
|
+
border-top: 0.15rem double;
|
|
52
52
|
}
|
|
53
53
|
.body > nav h2,
|
|
54
54
|
.body > nav p.title {
|
|
@@ -70,7 +70,7 @@ footer {
|
|
|
70
70
|
box-sizing: border-box;
|
|
71
71
|
}
|
|
72
72
|
.body > nav > ul + ul {
|
|
73
|
-
border-top: 0.05rem solid
|
|
73
|
+
border-top: 0.05rem solid;
|
|
74
74
|
padding-top: 1.2em;
|
|
75
75
|
margin-top: 1.5em;
|
|
76
76
|
}
|
|
@@ -203,7 +203,7 @@ main h2:first-child {
|
|
|
203
203
|
display: flex;
|
|
204
204
|
justify-content: space-between;
|
|
205
205
|
gap: 1em;
|
|
206
|
-
border-top: 0.15rem solid
|
|
206
|
+
border-top: 0.15rem solid;
|
|
207
207
|
padding: 0.6em 0.75em 0.75em;
|
|
208
208
|
margin: 1.5em 0 0;
|
|
209
209
|
}
|