Closed (cannot reproduce)
Project:
Bible
Version:
6.x-1.2-rc8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Apr 2009 at 00:29 UTC
Updated:
14 Mar 2011 at 02:32 UTC
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
Comment #1
Kriss-dupe commentedBeen here too long, clearing up for efficiency.