Every now and then I do like to play around with web code. This time I've just tidied up behind the scenes for my website. I've now got a separate CSS file instead of duplicating the style code on every html page.
@CrazyBlue Nice, that's always the way to go. It bugs me that on Bear Blog the CSS is copied onto each page when you view source. I also did some site tweaking, I hid the bullet points in my site nav on my personal page!
@srgower it seems to be a "blog thing" as Pika and Pagecord do that as well. Hadn't realised until I just checked. But, as I'm not doing all the code I'm not too concerned.
@CrazyBlue I think it depends on the platform being used and how templates are applied. For Bear (I don't use Pika so can't verify) it's likely the template copies the style information provided in the user settings rather than dynamically create a separate css file.