From b11f365e598e4e0ed0a5312f0308ece8a57a9c79 Mon Sep 17 00:00:00 2001 From: lancewillett Date: Sun, 5 Aug 2012 22:42:46 +0000 Subject: [PATCH] Twenty Twelve: use inline-block for clickable titles, props klagraff and iandstewart. git-svn-id: http://core.svn.wordpress.org/trunk@21440 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 620eba02e..9979e6673 100644 --- a/style.css +++ b/style.css @@ -467,7 +467,7 @@ a:hover { .site-header h1 a, .site-header h2 a { color: #515151; - display: block; + display: inline-block; text-decoration: none; } .site-header h1 a:hover,