Commit 907f4a5c authored by Randall Leeds's avatar Randall Leeds

remove some excessive thread padding

parent 61d91b50
......@@ -264,12 +264,15 @@ $iconset: iconset_wireframe;
//THREAD INDENTATION
.hyp-thread {
margin-left: -$thread-padding / 2;
padding: 0 0 0 ($thread-padding / 2);
padding-left: $thread-padding / 2;
& > .annotator-listing > * {
& > .annotator-listing {
border-left: 1px dotted #999999;
margin: 1em -1em -1em 0;
padding: 1em 1em 1em $thread-padding;
margin: 0 -1em -1em 0;
& > * {
padding: 1em 1em 1em $thread-padding;
}
}
}
......@@ -657,7 +660,6 @@ $iconset: iconset_wireframe;
//EDITOR
.hyp-writer {
//@include smallshadow(0, 2px, 0.2);
background-color: #fff;
position: relative;
z-index: 20;
......
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