Ah. That's another line of CSS, because it's a different size on the index pages... though they really should have used `50%` here. Anyway...
If you want, I could probably come up with enough CSS to make it look exactly like the old site. It would need a lot of deteal work.
I'm using #818181 because it's the same color as the text. Black text on white background: so passé.
-- ∇×V
Code:
.lastpostavatar i.avatar-bg { border-radius: 0 }
/* Subtle post separator */
.post { border-bottom: 2px solid #818181 }
/* Unsubtle post separator */
.viewtopic_wrapper { background-color: #818181; }
If you want, I could probably come up with enough CSS to make it look exactly like the old site. It would need a lot of deteal work.
I'm using #818181 because it's the same color as the text. Black text on white background: so passé.
-- ∇×V