From 83fd26c1a02c962571d41ed6f437480fc495cb83 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 --- wp-content/themes/twentytwelve/content-image.php | 6 ++++-- wp-content/themes/twentytwelve/style.css | 3 +++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentytwelve/content-image.php b/wp-content/themes/twentytwelve/content-image.php index 17849c6170..d0eccbd90e 100644 --- a/wp-content/themes/twentytwelve/content-image.php +++ b/wp-content/themes/twentytwelve/content-image.php @@ -14,7 +14,9 @@ diff --git a/wp-content/themes/twentytwelve/style.css b/wp-content/themes/twentytwelve/style.css index ecaf52075f..a914617cb7 100644 --- a/wp-content/themes/twentytwelve/style.css +++ b/wp-content/themes/twentytwelve/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 {