So I thought I'd take a look at the CSS source to see if I could make some kind of heads or tails of it all for a custom layout.
I was looking here but I couldn't find anything for identifying what to insert for the custom css.
Apologies if that's wrong, my CSS skill isn't pro yet 😃
Then in the source, I discovered the css layout is one, big, line.
Is there anyway to introduce even some basic formatting to the stylesheet?
I'm using vim, so I'll probably come up with a trick to do it automatically
This fixed it up pretty good 🙂
:%s/\;/\;\r/g
:%s/}/\r}/g
:%s/}/}\r/g
:%s/{/{\r/g