Twenty Twelve: use inline-block for clickable titles, props klagraff and iandstewart.

git-svn-id: https://develop.svn.wordpress.org/trunk@21440 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2012-08-05 22:42:46 +00:00
parent 96596da546
commit 165a28af29
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@ a:hover {
.site-header h1 a, .site-header h1 a,
.site-header h2 a { .site-header h2 a {
color: #515151; color: #515151;
display: block; display: inline-block;
text-decoration: none; text-decoration: none;
} }
.site-header h1 a:hover, .site-header h1 a:hover,