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:
parent
ed830a979b
commit
5ff7e0405f
|
@ -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%;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue