@t8/docsgen 0.3.23 → 0.3.24
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 +3 -0
- package/dist/css/section.css +2 -0
- package/package.json +1 -1
- package/src/css/index.css +3 -0
- package/src/css/section.css +2 -0
package/dist/css/index.css
CHANGED
|
@@ -122,6 +122,7 @@ section.intro-title {
|
|
|
122
122
|
align-items: flex-end;
|
|
123
123
|
text-align: right;
|
|
124
124
|
line-height: 1.3;
|
|
125
|
+
border-right: 0.05em solid var(--line-color);
|
|
125
126
|
}
|
|
126
127
|
section.intro-title .section-content {
|
|
127
128
|
display: flex;
|
|
@@ -170,6 +171,8 @@ section.intro pre {
|
|
|
170
171
|
align-items: center;
|
|
171
172
|
justify-content: center;
|
|
172
173
|
text-align: center;
|
|
174
|
+
border-right: none;
|
|
175
|
+
border-bottom: 0.05em solid var(--line-color);
|
|
173
176
|
}
|
|
174
177
|
section.intro-title .section-content {
|
|
175
178
|
min-height: 50vh;
|
package/dist/css/section.css
CHANGED
|
@@ -34,6 +34,7 @@ footer {
|
|
|
34
34
|
align-self: stretch;
|
|
35
35
|
font-size: 0.9em;
|
|
36
36
|
text-align: end;
|
|
37
|
+
border-right: 0.05em solid var(--line-color);
|
|
37
38
|
padding: 0.75rem var(--content-padding-x);
|
|
38
39
|
margin: 0;
|
|
39
40
|
box-sizing: border-box;
|
|
@@ -100,6 +101,7 @@ footer {
|
|
|
100
101
|
font-size: inherit;
|
|
101
102
|
text-align: start;
|
|
102
103
|
border-top: 0.35em solid var(--line-color);
|
|
104
|
+
border-right: none;
|
|
103
105
|
padding: 0.25rem var(--content-padding-x) 0.35rem;
|
|
104
106
|
margin: 0;
|
|
105
107
|
}
|
package/package.json
CHANGED
package/src/css/index.css
CHANGED
|
@@ -122,6 +122,7 @@ section.intro-title {
|
|
|
122
122
|
align-items: flex-end;
|
|
123
123
|
text-align: right;
|
|
124
124
|
line-height: 1.3;
|
|
125
|
+
border-right: 0.05em solid var(--line-color);
|
|
125
126
|
}
|
|
126
127
|
section.intro-title .section-content {
|
|
127
128
|
display: flex;
|
|
@@ -170,6 +171,8 @@ section.intro pre {
|
|
|
170
171
|
align-items: center;
|
|
171
172
|
justify-content: center;
|
|
172
173
|
text-align: center;
|
|
174
|
+
border-right: none;
|
|
175
|
+
border-bottom: 0.05em solid var(--line-color);
|
|
173
176
|
}
|
|
174
177
|
section.intro-title .section-content {
|
|
175
178
|
min-height: 50vh;
|
package/src/css/section.css
CHANGED
|
@@ -34,6 +34,7 @@ footer {
|
|
|
34
34
|
align-self: stretch;
|
|
35
35
|
font-size: 0.9em;
|
|
36
36
|
text-align: end;
|
|
37
|
+
border-right: 0.05em solid var(--line-color);
|
|
37
38
|
padding: 0.75rem var(--content-padding-x);
|
|
38
39
|
margin: 0;
|
|
39
40
|
box-sizing: border-box;
|
|
@@ -100,6 +101,7 @@ footer {
|
|
|
100
101
|
font-size: inherit;
|
|
101
102
|
text-align: start;
|
|
102
103
|
border-top: 0.35em solid var(--line-color);
|
|
104
|
+
border-right: none;
|
|
103
105
|
padding: 0.25rem var(--content-padding-x) 0.35rem;
|
|
104
106
|
margin: 0;
|
|
105
107
|
}
|