Better solution to prevent ID wrapping. Also no longer text-selectable. Much cleaner.
This commit is contained in:
parent
f23d11be60
commit
c9ef21bff9
@ -912,7 +912,12 @@ pre {
|
||||
|
||||
.poster_id {
|
||||
cursor: pointer;
|
||||
white-space:nowrap;
|
||||
display: inline-block;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
-o-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.poster_id:hover {
|
||||
color: #800000!important;
|
||||
|
Loading…
Reference in New Issue
Block a user