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:
parent
83d04bb82a
commit
8cfd109c27
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue