Update compact .scss file to sync up with .css.

This commit is contained in:
Max Goodman
2012-08-28 15:08:04 -07:00
parent c9d209c5ab
commit aa6e2dc2c8

View File

@@ -1527,7 +1527,7 @@ body.toolbar {
a.author { margin-right: 0.5em; }
.flair {
.flair, .linkflair {
margin: {
top: 2px;
right: 0.5em;
@@ -1542,3 +1542,11 @@ a.author { margin-right: 0.5em; }
@include border-radius(2px);
@include box-shadow(inset 0px 1px 0px hsla(0,0%,100%,.9));
}
.linkflair {
font-weight: normal;
max-width: 10em;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}