Deal with long titles better.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6559 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0f5710ce2a
commit
d1e16b8940
|
@ -895,8 +895,9 @@ a.view-comment-post-link {
|
||||||
font: normal 36px Georgia, "Times New Roman", Times, serif;
|
font: normal 36px Georgia, "Times New Roman", Times, serif;
|
||||||
color: #555;
|
color: #555;
|
||||||
letter-spacing: -.03em;
|
letter-spacing: -.03em;
|
||||||
padding: 15px 15px 18px;
|
padding: 15px 170px 18px 15px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
margin-right: 25%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* menu stuff */
|
/* menu stuff */
|
||||||
|
|
Loading…
Reference in New Issue