PDA

View Full Version : Line padding above thread controls


Guest210212002
04-15-2011, 12:26 AM
I'm working on my postbit here:

https://vborg.vbsupport.ru/attachment.php?attachmentid=128193&stc=1&d=1302834176

See that white line on top the row that contains Linkback / Thread Tools / etc? I can't for the life of me figure out how the heck to get rid of it. The class for that row is thread_controls_toolsmenu. I have the background set to the same dark color, and the toolsmenu_background stylevar looks like so:

https://vborg.vbsupport.ru/attachment.php?attachmentid=128194&stc=1&d=1302834269

What am I missing? The code looks like this:


<div id="thread_controls" class="thread_controls toolsmenu">

And dropping toolsmenu from the end of it kills the whole background and format. I also made the stylevar background image taller, thinking that it might get rid of the little notch at the top (like the navtabs do) but no dice there either.

Any insight would be awesome, it's drivin' me nuts!

Guest210212002
04-23-2011, 03:37 AM
I will seriously mail someone a puppy if they can find this. I'm still not seeing it, and it's driving me insane! ;)

setishock
05-12-2011, 09:51 PM
If you're still having this problem try commenting out the back ground image or removing the url altogether. Remove any values for horizontal and vertical then save it.

KevinL
05-13-2011, 07:07 PM
.toolsmenu div {
border-top: 1px solid;
clear: both;
color: #C5C5C5;
float: left;
text-align: right;
width: 100%;


}


You can remove the "border top" and it will remove the line :)