Just wanted to apologize

On a side note, maybe this will cheer you up... Those Turkey Breasts you have on canine-chat are absolutely spectacular.

Gets my vote for strangest post of the day ... is "turkey breasts" some sort of code
eek.png
 
Yeah i have a VPS running three sites atm.. One strictly XF another Joomla-XF and the last is just a Joomla site.
But i think i kicked the fenders enough to get the ACP to bend to my will finally.. It was just a matter of doing the same thing about a dozen times for the settings to take hold. ;)
 
Code:
a img {
border-bottom-color: currentColor;
border-bottom-style: none;
border-bottom-width: medium;
border-left-color: currentColor;
border-left-style: none;
border-left-width: medium;
border-right-color: currentColor;
border-right-style: none;
border-right-width: medium;
border-top-color: currentColor;
border-top-style: none;
border-top-width: medium;
}

Just find that style set in your css for Joomla and add:

padding: 5px;
 
Top Bottom