Bug #1306
closed
Registry form doesn't format correctly in Mozilla.
Added by Saurabh Garg almost 21 years ago.
Updated over 20 years ago.
Description
The registry doesnt format correctly in Mozilla - the form seems to work fine
for IE.
If <p> </p> is replaced by <tr><td></td></tr>, the formatting seems to work out
fine.
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.
I have made the change in nceas.css. If it effects anything else, then we can
restore the changes.
Original Bugzilla ID was 1306
Also available in: Atom
PDF