STIXProject / stix-to-html

Convert STIX XML to HTML
BSD 3-Clause "New" or "Revised" License
27 stars 12 forks source link

fix indenting problems #66

Closed mattcoarr closed 10 years ago

mattcoarr commented 10 years ago

Most important issue is that some content under an expandable item does not show up as indented (it's flush left with the expandable toggle. That means it's even further left than the +/– for the toggle. The css class for this is .expandableContents.

This makes it hard to follow nested contents.

expandable_contents_not_indented

Secondarily, some items are expanded too far (as a result of several nested divs).

too_much_indentation

mattcoarr commented 10 years ago