The #024 Ici, loin du monde réel theme, I freakin' love it by the way, seems to have changed/broken a little? The font on the links and the alignment seems off on mine and the static preview compared to what they looked like and do in the screencap of the theme.
I’m really not sure what you mean because it looks perfectly fine to me, both on your blog and on the static preview. Which links do you mean exactly? Do you have an example post or a screencap for me to look at?
edit: yeah alright, one day later it seems that for some reason tumblr has changed something with the fonts?? (WHY, TUMBLR) or it may have something to do with a browser update because in Firefox it still looks like it should. I’ll post the fix here and keep the code like it is for now in case they change it back … whatever it is that they broke there :/
So. Find this in the code:
#sidebarlinks { width: 170px; height: auto; font-family: 'Arial Black'; font-size: 15px; font-weight:normal; position:fixed; line-height:18px; font-style:normal; letter-spacing:-1px; margin: 195px 0 0 211px; color: {color:sidebar}; text-shadow: -1px -1px 0px {color:background}; }
and replace the whole thing with this
#sidebarlinks { width: 170px; height: auto; font-family: 'Arial'; font-size: 15px; font-weight:bold; position:fixed; line-height:18px; font-style:normal; letter-spacing:-1px; margin: 195px 0 0 214px; color: {color:sidebar}; text-shadow: -1px -1px 0px {color:background}; }