PDA

View Full Version : What's going on box, stupid errors...


shadowgfx
12-27-2009, 04:36 PM
Here in the red. why is it doing that? It has never done this before. No new mods or styles installed.

https://vborg.vbsupport.ru/external/2009/12/19.png

Lynne
12-27-2009, 05:15 PM
Why is it doing what? Putting the semi-colon at the end? You are using a <dt> tag and it has that defined in the css:
dl.stats dt:after {
content:":";
}

shadowgfx
12-27-2009, 05:41 PM
its all messed up though. it shows the number before the Posts:
example

36,317 Posts:

this is what it used to look like:
https://vborg.vbsupport.ru/external/2009/12/18.png

Lynne
12-27-2009, 05:58 PM
Create a new style with no parent:

Styles & Templates > Style Manager > Add New Style
Parent Style: No Parent Style
Title: Default vBulletin
Allow User Selection: Yes
Save

Then browse the site using that totally default vbulletin style - do you still have the same problem?

If there is no problem with the default one, then it is something you changed and you should view the page in your style and look at the css via firebug and compare it to the page in the default, looking at the css in firebug, and hopefully you can see what was changed.

shadowgfx
12-27-2009, 06:16 PM
Alright, I'll try it out. If you don't hear back from me, It's all fixed. Thanks.