(answered) Dot

Albion

Bluelight Crew
Joined
Mar 7, 2010
Messages
11,066
I've been wondering lately, what is this little dot about on the forum header?

rpnWbTA.jpg


I keep wanting to rub it off. It's annoying that I can't.
 
it's an empty div:
Code:
<div id="partner_banners">

</div>
with styling:
Code:
#partner_banners {
    border: 1px solid #89959B;
    box-shadow: 0 0 5px 2px #BCC9D2;
    float: right;
    margin: 4px 4px 0 0;
}

assume, because we're not using it, it's displaying as a tiny box with the associated styling.

alasdair
 
Are you keeping it there 'just in case it comes in handy'?
 
Top