Update topic-post.scss

fix read state position
This commit is contained in:
Sam 2014-09-04 15:14:58 +10:00
parent f79b2963fb
commit ce067a404f
1 changed files with 1 additions and 1 deletions

View File

@ -1019,7 +1019,7 @@ span.highlighted {
.read-state {
color: scale-color($tertiary, $lightness: 50%);
position: absolute;
right: -8px;
right: -2px;
top: 13px;
font-size: 8px;
}