tricks, tips, tutorials, pictures and words

Comments

26.8.06

Apply some CSS to blogger beta

This is a small bit of CSS I've added to the beta blog to enhance the look of the external RSS site feed on the minima template. Just add it as a custom script.

<style type="text/css">
li {
list-style-type:none;
test-indent:-40px;
}
ul {
list-style: none;
margin-left: 0;
padding-left: 1em;
text-indent: -1em;
}
</style>

No comments: