Forgot your password?
typodupeerror

Comment Re:Stupid fixed-position crap (Score 1) 2254

I built upon this to try and clean up the whitespace and clear out the sidebars:

header.h {
position: absolute !important;
}
 
div.col_1,
#slashboxes, #slashboxes-mq {
display: none !important;
}
 
#firehose, #firehose-mq {
margin-left: 0 !important;
margin-right: 0 !important;
}
 
#firehose article > aside {
display: none;
}
 
#comments {
margin-left: 20px !important;
}
 
.article .body .p {
margin: 10px !important;
}
 
#commentlisting .comment_footer,
#commentlisting.d1 .commentBody,
#comments .commentBody,
#wide #commentlisting .commentBody,
#comments ul li.show {
padding: 10px 10px 0 10px !important;
}
 
.commentBody p {
margin-bottom: 1em !important;
}
 
#comments ul ul, #comments ul li ul li {
margin: 0 5px 10px !important;
}
 
#commentlisting.d1 .commentSub,
#wide #commentlisting .commentSub,
#comments .commentSub {
padding: 0 10px 0 !important;
}

Slashdot Top Deals

Lead me not into temptation... I can find it myself.

Working...