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:
parent
96596da546
commit
165a28af29
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue