From b02405802716fb3c7c809bb7049d676d5d6ac808 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 30 Aug 2012 19:27:27 +0000 Subject: [PATCH] Twenty Twelve: add a better permalink markup structure to content-image.php template, for usability when image posts have no title. Props obenland, fixes #21723. git-svn-id: http://core.svn.wordpress.org/trunk@21674 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- content-image.php | 6 ++++-- style.css | 3 +++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/content-image.php b/content-image.php index 17849c617..d0eccbd90 100644 --- a/content-image.php +++ b/content-image.php @@ -14,7 +14,9 @@ diff --git a/style.css b/style.css index ecaf52075..a914617cb 100644 --- a/style.css +++ b/style.css @@ -975,6 +975,9 @@ article.format-image footer h2 { font-size: 0.785714286rem; line-height: 2.181818182; } +article.format-image footer a h2 { + font-weight: normal; +} /* Link posts */ article.format-link header {