Topic: Board stats margin

http://www.ottens.co.uk/lounge/index.php

Now that the number of registered users has hit "100", it places the "100" on a new line.  I assume I could solve this by making the margin/padding between the left and right stats in the "board info" box smaller, but I can't find them in the stylesheet.

Help would be greatly appreciated smile

Re: Board stats margin

Just deleted a bunch of spambots, so the number of users is now down to 76, meaning what I'm referring to is no longer visible.  I hope someone may still be able to tell me where in the CSS to find said margin though.

Re: Board stats margin

Bumping this because the problem's emerged again.  Hope someone might be able to help me out?

Re: Board stats margin

This is from your CSS:

/* Setup all left and right content using floats. */  
.conr {
    FLOAT: right;
    TEXT-ALIGN: right;
    CLEAR: right;
    WIDTH: 40%
}

.conl {
    FLOAT: left;
    WIDTH: 55%;
    OVERFLOW: hidden;
    WHITE-SPACE: nowrap
}

Re: Board stats margin

Thank you so much!  big_smile