Can Someone Tell Me Why My Sidebar’s all Manky?
Peter Wells | April 9, 2008i dont get it, i’ve fucked around with the width, and no matter what, its still manky..
check it out:

also, i’ve noticed all my old permalinks and a few images dont work..
i’ll fix it soon i promise.








in your theme's style.css you have .sidebar li a { padding:4px; position:relative; z-index:10; line-height:1.2em; min-height:1.2em; float:left; } change to
Jonathan | April 10, 2008in your theme’s style.css you have
.sidebar li a {
padding:4px;
position:relative;
z-index:10;
line-height:1.2em;
min-height:1.2em;
float:left;
}
change to float: none and that sorts your weird layout out.
cheers
jon