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:
Andrew Nacin 2011-09-29 21:28:29 +00:00
parent 106a94406e
commit eb00fdb5cb

View File

@ -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 }