Browse Source

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.
pull/40/head
Duane Moody 9 years ago
committed by czaks
parent
commit
f23d11be60
  1. 1
      stylesheets/style.css

1
stylesheets/style.css

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

Loading…
Cancel
Save