X-POLLEN design maintenance
DONE add comments links – 10
DONE add rss modules
DONE fix CSS problems
THE BANNER THAT WASN’T WORKING:
+-+----+ |B| | +-+blog| |s|body| |i| | |d| | |e| | +-+ | | | | | +----+
Here was the offending CSS code (though I should probably include the sidebar code it clashed with):
#banner {
font-family:palatino, georgia, verdana, arial, sans-serif;
color:#333;
font-size:x-large;
font-weight:normal;
padding:15px;
border-left:4px double #666;
position:absolute;
margin-top:0px;
margin-left:0px;
width:212px;
}
