Bulleted Lists Not Dislaying Consistently
-
Anybody have any thoughts about the following?
I’m using Michael Martine’s Saphire template. One problem is that it doesn’t put bullets in front of bulleted lists. So I added a bit of custom code. Just this:
.entry ul li {
list-style-type:disc;
text-indent:0;
}My problem now is that the lists look good when you open a specific post (single spaced and displayed in the standard font, for example: http://splicehere.wordpress.com/2007/09/24/toward-a-unified-product-line/). But when posts are viewed on the home page itself they’re formatted differently (double spaced with a smaller font size: http://splicehere.wordpress.com/).
Anybody know why this is happening or what I can do about it?
Thanks very much!
Steve
-
Because ul li cascades so it applies itself to ul li ul li as well. Hence double spacing. (In some browsers).
-
But why the difference when you open the post in its own window? Isn’t it using the same template?
-
I’m working on the same problem – trying to restore bullets… my understanding is that for the interior pages of just the post, the content is using the .entrytext class, not .entry. You’ll have to modify both.
- The topic ‘Bulleted Lists Not Dislaying Consistently’ is closed to new replies.