From 5ff7e0405f69dc25049a5c7f2c30f65afc2d2e34 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Fri, 1 Mar 2013 16:44:46 +0000 Subject: [PATCH] Twenty Thirteen: display caption in galleries. Fixes #23584. git-svn-id: http://core.svn.wordpress.org/trunk@23559 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentythirteen/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index 9a6e5f396c..d81750a936 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -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%; }