Slashdot Mirror


User: nomagicsmoke

nomagicsmoke's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Stupid fixed-position crap on Slashdot Launches Re-Design · · Score: 1

    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;
    }