mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2024-11-09 00:43:59 +08:00
9 lines
102 B
CSS
9 lines
102 B
CSS
figure.listing {
|
|
margin: 0;
|
|
}
|
|
|
|
.listing figcaption {
|
|
font-size: .8em;
|
|
font-weight: 600;
|
|
}
|