@intergrav/dev.css 4.2.2 → 4.2.3
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/dev.css +0 -2
- package/package.json +1 -1
package/dev.css
CHANGED
|
@@ -448,12 +448,10 @@ details[open] > summary {
|
|
|
448
448
|
|
|
449
449
|
details[open] > *:first-child {
|
|
450
450
|
margin-top: 0;
|
|
451
|
-
padding-top: 0;
|
|
452
451
|
}
|
|
453
452
|
|
|
454
453
|
details[open] > *:last-child {
|
|
455
454
|
margin-bottom: 0;
|
|
456
|
-
padding-bottom: 0;
|
|
457
455
|
}
|
|
458
456
|
|
|
459
457
|
/* 11. description lists */
|