Fix line heights of captions
This commit is contained in:
@@ -236,8 +236,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#template .frame span {
|
#template .frame span {
|
||||||
display: block;
|
|
||||||
color: #888;
|
color: #888;
|
||||||
|
display: block;
|
||||||
|
line-height: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
#template .frame img {
|
#template .frame img {
|
||||||
@@ -290,6 +291,7 @@
|
|||||||
#template .align-center span {
|
#template .align-center span {
|
||||||
color: #888;
|
color: #888;
|
||||||
display: block;
|
display: block;
|
||||||
|
line-height: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user