Hey,
I want to ignore posts from certain users but I think they current style for ignored posts draws the eyes more than regular posts. I played around with the CSS a little and was wondering if you'd consider implementing something more along the following lines?

If you want to use something like that, you can just dump the following CSS into the bottom of the file:
Code:
li.postbitignored {
color: #666;
}
li.postbitignored a {
color: #666;
text-decoration: underline;
}
li.postbitignored .posthead {
background: #e9e9e9;
border: 1px solid #e9e9e9;
}
li.postbitignored .posthead .date,
li.postbitignored .posthead .time {
color: #666;
}
li.postbitignored .userinfo,
li.postbitignored .floatcontainer { display: none; }
li.postbitignored .postbody strong {
font-weight: bold;
}
li.postbitignored .title {
font-weight: normal;
}
li.postbitignored .content {
margin-top: 5px;
}
Bookmarks