Don't split names across multiple lines on the credits page. props zeo, fixes #17940.
git-svn-id: https://develop.svn.wordpress.org/trunk@18819 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
106a94406e
commit
eb00fdb5cb
@ -41,6 +41,7 @@ ul.compact li.wp-person img.gravatar { width: 30px; height: 30px; }
|
|||||||
li.wp-person { height: 70px; width: 220px; }
|
li.wp-person { height: 70px; width: 220px; }
|
||||||
ul.compact li.wp-person { height: 40px; width: auto; white-space: nowrap }
|
ul.compact li.wp-person { height: 40px; width: auto; white-space: nowrap }
|
||||||
li.wp-person a.web { font-size: 16px; text-decoration: none; }
|
li.wp-person a.web { font-size: 16px; text-decoration: none; }
|
||||||
|
p.wp-credits-list a { white-space: nowrap; }
|
||||||
</style>
|
</style>
|
||||||
<?php }
|
<?php }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user