MyBB Community Forums

Full Version: CSS issue related to thead.png
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In some cases the instances where thead is used are having a higher height than the image itself and therefor the css background color value will be used. However the currenty color is not the color of the bottom of the thead images and therefor it causes a visual break whenever this is the case.

Here is the fixed css


.thead {
    background: #095099 url(../../../images/thead.png) top left repeat-x;
    color: #ffffff;
    border-bottom: 1px solid #263c30;
    padding: 8px;
}
The only change is the color value at the background.
This has been reported before: http://community.mybb.com/thread-158328.html