Free WordPress Theme - Tickled Pink 2.0
Tickled Pink 2.0 has been released and can be downloaded at WordPress.org.
This theme is pink, white and gray, fresh, sassy and feminine. It’s ideal for a personal blog - pink but not too pink, sweet but not saccharine!
I’ve already noticed 2 tiny flaws in the list styling. I’ll post the correction here but wait for more feedback before I upload an updated stylesheet. Read on to see how you can fix it (if you have nested lists; if not, don’t bother)
Open style.css
On line #228 find
background: url(images/bullet.gif) no-repeat left;
Replace with
background: url(images/bullet.gif) no-repeat top left;
On line blank line #231, add:
.post ul ul, .post ol ol {
font-size: inherit;
}
On line #406 add
#sidebar ul ul {
margin-bottom: 0px;
}
Any other questions or problems, please feel free to contact me - here, in the forums, or through the WordPress.org site!
.

