I just noticed that the numbers for ordered lists are cut off in node bodies. IE only; looks right in Firefox and Chrome. Unordered lists are fine. Screenshot attached.

CommentFileSizeAuthor
acquia_prosper_ordered_lists.png14.8 KBdomesticat

Comments

jeremycaldwell’s picture

Changes have been made and this will be working correctly in the next release of the theme. For now you can add this bit of CSS to your theme.

.node .content ul,
.node .content ol {
  margin: 0 0 10px 30px;
}

.node .content ul li,
.node .content ol li {
  margin: 0 0 5px 0;
}
jeremycaldwell’s picture

Assigned: Unassigned » jeremycaldwell
jeremycaldwell’s picture

Status: Active » Fixed

Fixed in the Beta 3 version of the theme.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.