Files
book/theme/listing.css
Chris Krycho 17c244ac13 infra: Convert one listing to use <Listing>
- Add CSS for `figure.listing`; this now renders identically to how the
  existing listings render.
- Convert the first listing in the book to use `<Listing>` instead of
  a bunch of `<span>`s.
2024-05-14 08:25:02 -06:00

4 lines
34 B
CSS

figure.listing {
margin: 0;
}