mirror of
https://github.com/rust-lang/book.git
synced 2026-05-19 16:20:55 -04:00
- 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.
4 lines
34 B
CSS
4 lines
34 B
CSS
figure.listing {
|
|
margin: 0;
|
|
}
|