Recent Topics

1 Aug 30, 2005 23:33    

I'm running a somewhat modified version of the Plain-skin on my blog at [url=http://blog.isecore.net]blog.isecore.net[/url]

http://www.isecore.net/~isecore/more_annoyance.jpg

I'm wondering if someone knows how to get rid of the border around the "more"-button?

I've been poking through most of the skin-files and some of B2 itself, but my PHP/CSS skills are not up to par and my HTML is severely outdated.

Any hints?

2 Aug 30, 2005 23:51

Add

img.middle {
	vertical-align: middle;
	border: 0px;
}

to your style sheet.

Your image says to use that class but your style sheet doesn't have it.

3 Aug 31, 2005 00:13

awesome, thanks man!


Form is loading...