Commit 9a5918e8 authored by Ujvari Gergely's avatar Ujvari Gergely Committed by Randall Leeds

Improvements:

 - Added angular for expanding/collapsing replies
 - Removed threadline when there is no reply
 - Fix favicon bug
 - Changed domain_title to domain
 - Swapped domain and page order
 - Shortened extension text.
parent 7d75d0d7
......@@ -509,7 +509,10 @@ span.errorMsg {
/* line 291, common.scss */
.hyp-content {
white-space: pre-wrap; }
white-space: pre-wrap;
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis; }
/* line 294, common.scss */
.hyp-paper {
......@@ -530,7 +533,7 @@ span.errorMsg {
margin: 0 -1em -1em -0.5em;
padding-left: 0.5em; }
/* line 307, common.scss */
.hyp-thread > .annotator-listing {
.hyp-thread .annotator-listing {
border-left: 1px dotted #969696;
margin-left: 0.4em; }
/* line 311, common.scss */
......
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