Commit 0960dccc authored by Randall Leeds's avatar Randall Leeds

work around unneccessary floating

parent ef6a6144
...@@ -242,7 +242,6 @@ $iconset: iconset_wireframe; ...@@ -242,7 +242,6 @@ $iconset: iconset_wireframe;
.hyp-meta { .hyp-meta {
@include pie-clearfix; @include pie-clearfix;
.hyp-user { .hyp-user {
float: left;
@include primarytext; @include primarytext;
text-decoration: underline; } text-decoration: underline; }
.hyp-time { .hyp-time {
...@@ -549,10 +548,6 @@ $threadexp-width: 1em; ...@@ -549,10 +548,6 @@ $threadexp-width: 1em;
} }
.hyp-time { display: none; } .hyp-time { display: none; }
.hyp-detail { display: none; } .hyp-detail { display: none; }
.hyp-body, .hyp-meta {
float: left;
margin: 0;
}
} }
} }
......
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