Awesome theme, but bullets in lists are not styled. Therefore, the bullets are hanging outside for instance messages...

ol li, ul li, .item-list ul li, .item-list ol li {
  margin-left: 20px;
}
CommentFileSizeAuthor
#2 cleanr-799310.patch694 byteswiifm

Comments

kiphaas7’s picture

Title: Add styling to lists » Add styling to lists, em, strong

Also:

em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
wiifm’s picture

Status: Active » Needs review
StatusFileSize
new694 bytes

Patch attached, severely needed for views admin due to not being able to see bolded (active) templates in theme information

wiifm’s picture

Status: Needs review » Fixed

Have tackled the CSS, adding in the above suggestions, also fixing the margin for autocomplete.

Converted tabs -> spaces and formatted headings in the CSS consistantly

http://drupalcode.org/project/cleanr.git/commit/2ecc29a0024c1885fd3af6a7...

wiifm’s picture

Status: Fixed » Closed (fixed)