Commit 30a8086f authored by Randall Leeds's avatar Randall Leeds

clean up some cruft

parent 0d2278ab
...@@ -507,7 +507,7 @@ $threadexp-width: 1em; ...@@ -507,7 +507,7 @@ $threadexp-width: 1em;
//ANNOTATION REPLY //ANNOTATION REPLY
.hyp-reply { .hyp-reply {
background: white; background-color: white;
border-left: 1px dotted #999999; border-left: 1px dotted #999999;
margin-left: $thread-padding / 2; margin-left: $thread-padding / 2;
padding: .5em 0 .5em $thread-padding; padding: .5em 0 .5em $thread-padding;
...@@ -564,30 +564,18 @@ $threadexp-width: 1em; ...@@ -564,30 +564,18 @@ $threadexp-width: 1em;
@include rotate(-10deg); } } @include rotate(-10deg); } }
.hyp-collapsed { .hyp-collapsed {
.hyp-user, .hyp-body, .hyp-bottombar { font-size: 0.9em };
.hyp-content { .hyp-content {
padding-left: 0.5em;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
-o-text-overflow: ellipsis; -o-text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
} }
.hyp-body {
@include pie-clearfix;
margin-top: 0.5em;
.hyp-left {
font-weight: bold;
float: left; }
.hyp-right {
float: right;
margin-top: 0.25em; } }
.hyp-tinyscore { .hyp-tinyscore {
position: absolute; position: absolute;
left: -$score-width / 2; } left: -$score-width / 2; }
.hyp-tag { .hyp-tag {
padding: 0.1em 0.3em; padding: 0.1em 0.3em;
} }
.hyp-time { display: none; }
} }
} }
...@@ -630,7 +618,7 @@ $threadexp-width: 1em; ...@@ -630,7 +618,7 @@ $threadexp-width: 1em;
//BUCKET VIEW REPLY SUMMARIES //BUCKET VIEW REPLY SUMMARIES
.hyp-summary { .hyp-summary {
@include single-transition( @include single-transition(
"box-shadow,-moz-box-shadow,-webkit-box-shadow,bottom", "box-shadow,-moz-box-shadow,-webkit-box-shadow",
.1s, ease-in-out); .1s, ease-in-out);
line-height: 1.25em; line-height: 1.25em;
background: hsla(0, 0%, 100%, 1); background: hsla(0, 0%, 100%, 1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment