Bug #1306
Registry form doesn't format correctly in Mozilla.
0%
Description
The registry doesnt format correctly in Mozilla - the form seems to work fine
for IE.
History
#1 Updated by Saurabh Garg over 18 years ago
If <p> </p> is replaced by <tr><td></td></tr>, the formatting seems to work out
fine.
#2 Updated by Saurabh Garg over 18 years ago
Instead of replacing <p> </p> by <tr><td></td></tr>, the css can be changed.
The webpage formats in this manner because in eml_xsl.css which is included in
nceas.css, there is a
p + p {
margin: 5px;
text-indent: 2pm;
}
I am not sure what was the intention of adding this, but if we put
p + p {
text-indent: 0pm;
}
in nceas.css, it takes away the effect of earlier p+p
I am not changing it yet, because I am not sure why p + p was put in the first
place.
#3 Updated by Saurabh Garg over 18 years ago
I have made the change in nceas.css. If it effects anything else, then we can
restore the changes.
#4 Updated by Redmine Admin over 9 years ago
Original Bugzilla ID was 1306