In all seriousness, the 'padding' observed at the bottom of a code block is set by the height: css property, rather than a padding property. There's an option in vbulletin to specify how much code is shown before it adds a scroll bar (via overflow: scroll) into the code box, so it has to add a height value for the <pre> tag. For whatever reason, vb thinks that one line of text requires 34px worth of height.
Code: [quote][code]In all seriousness, the 'padding' observed at the bottom of a code block is set by the height: css property, rather than a padding property. There's an option in vbulletin to specify how much code is shown before it adds a scroll bar (via overflow: scroll) into the code box, so it has to add a height value for the <pre> tag. For whatever reason, vb thinks that one line of text requires 34px worth of height. [/quote] Fixed[/code]
Code: [quote="Ending Credits, post: 1868968"][code] Fixed [/QUOTE][/code] As i said. vB = steaming pile of shite