On the page ".../node/add" is bad css for tags in the list:
This is something that needs to be fixed. The definition list in question has this structure:
<dl class="node-type-list"> <dt class="odd">Term 1</dt> <dd class="odd">Definition 1</dd> <dt class="even">Term 2</dt> <dd class="even">Definition 2</dd> </dl>
This will be fixed in the next release. If you need to change it before then, the current CSS for these elements is in nitobe/core.css
nitobe/core.css
Thanks for catching this!
This appears to still be a problem as it was reported again:
#362870: Create content displayed different in Firefox and Internet Explorer
The fix for this has been committed to CVS and will be in the next release.
Automatically closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
Anonymous (not verified) commentedThis is something that needs to be fixed. The definition list in question has this structure:
This will be fixed in the next release. If you need to change it before then, the current CSS for these elements is in
nitobe/core.cssThanks for catching this!
Comment #2
Anonymous (not verified) commentedThis appears to still be a problem as it was reported again:
#362870: Create content displayed different in Firefox and Internet Explorer
Comment #3
Anonymous (not verified) commentedThe fix for this has been committed to CVS and will be in the next release.