Don't split names across multiple lines on the credits page. props zeo, fixes #17940.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18819 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3440dbb182
commit
2a38f122ab
|
@ -41,6 +41,7 @@ ul.compact li.wp-person img.gravatar { width: 30px; height: 30px; }
|
|||
li.wp-person { height: 70px; width: 220px; }
|
||||
ul.compact li.wp-person { height: 40px; width: auto; white-space: nowrap }
|
||||
li.wp-person a.web { font-size: 16px; text-decoration: none; }
|
||||
p.wp-credits-list a { white-space: nowrap; }
|
||||
</style>
|
||||
<?php }
|
||||
|
||||
|
|
Loading…
Reference in New Issue