Albion Bluelight Crew Joined Mar 7, 2010 Messages 11,066 Apr 2, 2014 #1 I've been wondering lately, what is this little dot about on the forum header? I keep wanting to rub it off. It's annoying that I can't.
I've been wondering lately, what is this little dot about on the forum header? I keep wanting to rub it off. It's annoying that I can't.
alasdairm Administrator Staff member Joined Jul 22, 2002 Messages 68,718 Location south lake tahoe, ca Apr 2, 2014 #2 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
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
Albion Bluelight Crew Joined Mar 7, 2010 Messages 11,066 Apr 2, 2014 #3 Are you keeping it there 'just in case it comes in handy'?
alasdairm Administrator Staff member Joined Jul 22, 2002 Messages 68,718 Location south lake tahoe, ca Apr 2, 2014 #4 it's default vb code/styling i am guessing. alasdair