tiny, simple, classless CSS framework inspired by new.css devcss.devins.page
framework lightweight css classless stylesheet

fix: don't change padding for elements in details

only change margins. should fix code blocks and quotes and other stuff looking wonky

-2
-2
dev.css
··· 448 449 details[open] > *:first-child { 450 margin-top: 0; 451 - padding-top: 0; 452 } 453 454 details[open] > *:last-child { 455 margin-bottom: 0; 456 - padding-bottom: 0; 457 } 458 459 /* 11. description lists */
··· 448 449 details[open] > *:first-child { 450 margin-top: 0; 451 } 452 453 details[open] > *:last-child { 454 margin-bottom: 0; 455 } 456 457 /* 11. description lists */