Just a note for people using the following codes...
Fix for Profile Layout:
Color Stripes version 2.0 Actually, I'd updated the codes a day or two after posting but forgot to put up a notice.
So, if your friends lists and communitiy lists usernames are currently showing up with underlines, you need to replace a single line of code...
with this code:
That's it!
Though I know some people are happy the names are showing up with underlines >_> Oye.
Fix for all Bloggish Layouts
I already updated all my Bloggish layout codes, but if you customized them and uploaded them to your own server, then you may notice that when an image is aligned left or right, well, it doesn't align.
Copy/Paste this code to the end:
.entry-content img[align*="left"]{float: left !important; margin-right: 8px !important; }
.entry-content img[align*="right"]{float: right !important; margin-left: 8px !important; }
However, if y'all are just using the URLs to my stylesheets, y'all don't have to do anything - everything has been updated :)