mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2025-02-23 04:32:16 +08:00
9 lines
102 B
CSS
9 lines
102 B
CSS
figure.listing {
|
|
margin: 0;
|
|
}
|
|
|
|
.listing figcaption {
|
|
font-size: .8em;
|
|
font-weight: 600;
|
|
}
|