Prevent poster IDs from wordwrapping

Poster IDs still linebreak between "ID:" and the ID, this corrects that without having to replace the space inbetween with an   nonbreaking space.
This commit is contained in:
Duane Moody 2015-10-22 10:50:59 -07:00 committed by czaks
parent 4f3cc7f316
commit f23d11be60

View File

@ -912,6 +912,7 @@ pre {
.poster_id { .poster_id {
cursor: pointer; cursor: pointer;
white-space:nowrap;
} }
.poster_id:hover { .poster_id:hover {
color: #800000!important; color: #800000!important;