http://qs1969.pair.com?node_id=810444

Viewing reply to reply nodes is a real pain. Because it doesn't make use of full space, I have. Any CSS/Javascript settings that help here? I am talking about lots of white space on left side of the node. I would like to have some default mechanism.

Replies are listed 'Best First'.
Re: Spacing for 'reply to reply' nodes.
by keszler (Priest) on Dec 01, 2009 at 20:17 UTC
    A 'view source' on a node with replies reveals that each reply has "<ul class='indent'>", repeated twice for Re^3, thrice for Re^4, etc.

    Adding

    ul.indent { margin-left: 5px; }
    to your On-Site CSS Markup in Display Settings should do the trick.

      Setting padding-left seems to have a better effect (at least for me).