Large

Reddit Comment Boxes

By Tiby312 Last update Apr 30, 2010 — Installed 28,174 times.

Removing the lines reddit added

in
Subscribe to Removing the lines reddit added 3 posts, 3 voices



ckx3 Scriptwright
FirefoxWindows

I made this addition to my copy of the script. It removes the dotted lines that reddit added to the comment threads, and makes the padding zero to remove the excess indenting that is not required when there are such easy to see boxes around comments.

Just add this to the bottom of the css variable:

+
".comment .child {"+
" margin-top:10px; "+
" margin-left:0px; "+
" border-left: 0px"+
" }"

 
SpineEyE Scriptwright
FirefoxWindows

Thanks, good addition imho. Are you going to add that, Tiby?

 
D4vidH4mm3r User
FirefoxWindows

Oh why didn't I look here before figuring it out for myself?
I just used:
+
".comment .child {"+
" border-left:none;";
"}"

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel