HL7 / ig-template-base

Base IG template managed by HL7 but usable by anyone (no logos). The foundation for most HL7-published IGs
14 stars 27 forks source link

for notes in XML, remove div that enforces display:inline-block in fragment-notes.html #183

Closed vassilpeytchev closed 2 years ago

vassilpeytchev commented 2 years ago

The display:inline-block forces content to be very narrow, so at least that style needs to be removed to allow the content creators to use the full width of the inner wrapper.

Also, when including the notes from an xml (XHTML) file, the publisher verifies that the fragment is valid and in the xhtml namespace, therefore there is a valid single element that encompasses the included notes - the div itself is unnecessary.

@lmckenzi

vassilpeytchev commented 2 years ago

Added fix of a typo where the background-color property had a leading "#" Changed the toc width to 30% instead of fixed width of 150 px. The attached files show the changes: toc-width-before toc-width-after