Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Bug? "1 to 1 of 1" appears on right, instead of below...
I don't know if anyone knows about this, because it only happens when you have one post (Maybe more, I don't know).
0
This discussion has been closed.
Comments
IE7 RC1 <------ hmmm. I should have mentioned this. Shotgun not submitting a bug report to Microsoft!
You could try either
clear: left;
to force the float to clear, orwhite-space: nowrap;
to keep it from wrapping on the PageInfo class...#Content .ContentInfo.Bottom .PageInfo p { min-width: 20px; } //Once this problem is fix, the top border of page info appear thicker // and border-top: none create a bug in FF html>body #Content .ContentInfo.Bottom .PageInfo { border-top: 1px solid #fff;}
If not, which file do I need to add those lines to and shouldn't it be included in the core?