Twenty Thirteen: display caption in galleries. Fixes #23584.

git-svn-id: http://core.svn.wordpress.org/trunk@23559 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2013-03-01 16:44:46 +00:00
parent ed830a979b
commit 5ff7e0405f

View File

@ -1336,7 +1336,14 @@ footer.entry-meta {
}
.gallery-caption {
display: none;
color: #777;
font-size: 14px;
font-style: italic;
padding-top: 4px;
}
.gallery-caption {
width: 90%;
}