correct top alignment of gutter watermark

This commit is contained in:
Jeff Atwood 2014-06-29 15:54:13 -07:00
parent 2c54962ced
commit 73ed42cc4b
1 changed files with 1 additions and 1 deletions

View File

@ -1000,7 +1000,7 @@ a.attachment:before {
.private_message .gutter:before, .deleted-topic .gutter:before, .read_restricted .gutter:before {
display: block;
position: absolute;
top: 0;
top: -10px;
left: 10px;
color: scale-color-diff();
font: 90px/1 FontAwesome;