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
This commit is contained in:
lancewillett 2012-08-05 22:42:46 +00:00
parent 16a8494bd5
commit b11f365e59
1 changed files with 1 additions and 1 deletions

View File

@ -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,