1. Line 19 Value error. Must have a unit or percent for width.
div.bible-book-list tr.old-testament,
div.bible-book-list tr.new-testament,
div.bible-book-list tr.apocrypha {
display: block;
float: left;
font-size: 120%;
width: 100;
}

2. Line 28 to 30
.more-link {
text-align: right;
}
is already in system.css of Drupal core so there's no need to repeat a class with the same style.

3. Line 70 Valid color must be 3 or 6 hexadecimals numbers
.bible-context-6 {
color: #cccc;
}

- Add unit for 100 on line 19. %?
- Remove lines 28 to 30
- Change #cccc to #ccc on line 70

Thanks! :-)

Comments

Kriss-dupe’s picture

Status: Needs review » Closed (cannot reproduce)

Been here too long, clearing up for efficiency.