Gosh, I updated the Template Tags and Widgets and all my hard work above for styling that took me hours to get done is broken. Ok now looking at it I see the spListItemTag have been renamed but where’s the number at the end coming from? Random? I see it’s currently 16, how do I know if it will later change and same problem will happen?
EDIT: hey after playing with this I made it! Would not even have asked this question if I was a CSS expert… finally I find out this:
I was previously styling each li with this:
.spRecentPostsWidget li.spListItemTag { ... }
and now this seems to do the same job:
#spRecentPostsTag li { ... }