From 03823ab0f7140800f2461677882af8c855a97ad7 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Wed, 15 Aug 2012 05:30:36 +0000 Subject: [PATCH] Twenty Twelve: fix centering of image captions on image attachment view. Fixes #21530. git-svn-id: http://core.svn.wordpress.org/trunk@21518 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 6d27ed014..40c0e51ce 100644 --- a/style.css +++ b/style.css @@ -986,6 +986,9 @@ footer .edit-link { overflow: hidden; text-align: center; } +.image-attachment div.attachment p { + text-align: center; +} .image-attachment div.attachment img { display: block; height: auto;