Commit c80cf88b authored by Randall Leeds's avatar Randall Leeds

tweak thread and annotation margins

parent 0ec2b2f4
......@@ -540,6 +540,7 @@ blockquote {
//THREADING////////////////////////////////
//Threaded discussion specific
.thread {
margin-top: 1em;
position: relative;
& > ul {
......@@ -565,14 +566,13 @@ blockquote {
height: $threadexp-width;
width: $threadexp-width;
position: absolute;
top: .8em;
top: $threadexp-width / 2;
left: -($threadexp-width / 2);
outline: 1px dotted #aaa;
@include icon("minus_1.png");
}
.annotation {
padding-top: .35em;
&.squished {
padding-left: 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