Fix line heights of captions

This commit is contained in:
Eston Bond
2010-12-13 14:27:22 -08:00
parent 55aaa5ee08
commit 87be3ff414
+3 -1
View File
@@ -236,8 +236,9 @@
}
#template .frame span {
display: block;
color: #888;
display: block;
line-height: normal;
}
#template .frame img {
@@ -290,6 +291,7 @@
#template .align-center span {
color: #888;
display: block;
line-height: normal;
}