Quote:
Originally Posted by nerbert
The changes came through on Seamus but it's still not working. I'm going to have to study this. In the mean time let's see if we can get those seamus scroll buttons looking better.
Go to "threadnav.css" and put this line at the top of .scroll
Code:
padding: 11px 0px 12px 0px;
and while you're there change the first line of div.threadnav to this
Code:
margin: 0px 0px 6px 0px;
That will put some space between ThreadNav and User Tag List.
Do you want to do something with those blazing white lines in ThreadNav? I thought the color at the very top of each of those red headers would look nice but maybe a medium gray would also work.
EDIT: Oops! That first instruction should be for .scroll, not .info
|
like this.
Code:
.scroll {
padding: 11px 0px 12px 0px;
border: none;
height: 40px;
width: 17px;
background: {vb:stylevar postbithead_background};
color: {vb:stylevar postbithead_color};
cursor: pointer;
overflow: hidden;
clear: none;
}