It looks like I’ve mostly won my epic struggle against this damn CSS thingy. I say ‘mostly’, you might have noticed that the sidebar has wandered off to the bottom of the page without telling anybody. If anybody knows what I should shout at to make this go away, that would be awesome. Edit: fixed! Cheers Tony! In other news: the Fringe is on the go, I ventured into that Outside World place again:

the Space Cowboy playing with the Dangerous Hat! And can somebody come with me next time I’m on the Royal Mile so I catch a bit more of the free shows than the grand finale? That’d be great. Right, see you later!




Anthony Batchelor | 24-Aug-09 at 6:20 am | Permalink
In style.css change
div#container, div.post-container (line 55~ish) to
div#container, div.post-container {
float:right;
width: 85%;
}
and
div.widecolumn (line 80~ish) to
div.widecolumn {
margin: 0;
padding: 0 4% 0 2%;
}
and
div#sidebar (line 184~ish) to
div#sidebar {
float:left;
width:15%;
}
et voila! CSS is your bitch.