Tranquility tip

by RT

To wrap text around a photo in the Tranquility theme from Roy Tanck, the one I’m using now, go to styles.css and find the line for the story content image (.storycontent img) and add a float tag:
.storycontent img {
border: 4px solid #111;
margin: 4px;
float: left;
margin-right:10px;
margin-bottom:10px;
}

I thinned the border to 4px from the original 10px. Also, to make the text top flush with the top of the image, tweak the margin tag.