11 lines
130 B
CSS
11 lines
130 B
CSS
|
|
.imgList img {
|
|
width: 100%;
|
|
}
|
|
.imgList figure {
|
|
margin: 0;
|
|
font-size: 0;
|
|
}
|
|
.imgList figcaption {
|
|
display: none;
|
|
} |