MyBB Community Forums

Full Version: Postbit Author info problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So recently I thought it would be cool to have a background for each info line on the postbit (see screenshot) but when theres an image in the info line it makes the bg extend like 10-20 px upward... please help below is my css coding for it:

.author_info {
background: #0256d8 url(images/darkfusion/thead.gif) top left repeat-x;
color: #000;
margin: 5px;
padding: 2px;
-moz-border-radius: 5px;
}

[attachment=17029]
Any suggestions yet?