fossbook 0.2.7 → 0.2.8
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/package.json
CHANGED
|
@@ -168,16 +168,9 @@
|
|
|
168
168
|
}
|
|
169
169
|
|
|
170
170
|
ul {
|
|
171
|
-
list-style:
|
|
171
|
+
list-style: disc;
|
|
172
172
|
padding-left: 2ch;
|
|
173
173
|
}
|
|
174
|
-
ul li {
|
|
175
|
-
text-indent: -2ch;
|
|
176
|
-
}
|
|
177
|
-
ul > li::before {
|
|
178
|
-
content: '* ';
|
|
179
|
-
font-weight: bold;
|
|
180
|
-
}
|
|
181
174
|
|
|
182
175
|
ol > li::marker {
|
|
183
176
|
font-family: 'Roboto Mono', monospace;
|
|
@@ -546,6 +539,7 @@
|
|
|
546
539
|
display: flex;
|
|
547
540
|
flex-wrap: wrap;
|
|
548
541
|
gap: 0.35rem 0.8rem;
|
|
542
|
+
list-style: none;
|
|
549
543
|
margin: 0;
|
|
550
544
|
padding: 0;
|
|
551
545
|
}
|