Merge pull request from mewtaylor/bugfix/thumbnail-username-same-line

Display title and extras differently
This commit is contained in:
Ray Schamp 2015-10-23 09:15:12 -04:00
commit 9b587acc38

View file

@ -18,7 +18,6 @@
word-wrap: break-word;
a {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
@ -29,11 +28,19 @@
margin-bottom: 1px;
font-size: .9230em;
font-weight: 800;
a {
display: block;
}
}
#{$extras} {
color: $type-gray;
font-size: .8462em;
a {
display: inline;
}
}
&.project {